From e722d0a923f6c556cbc7fd52f21862844538d75b Mon Sep 17 00:00:00 2001 From: crozzy Date: Thu, 24 Aug 2023 14:59:16 -0700 Subject: [PATCH] runtime/debug: fix minor BuildSetting doc typos Corrects a couple of defined key descriptions. --- src/runtime/debug/mod.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/debug/mod.go b/src/runtime/debug/mod.go index 7f85174c06..a4705605b8 100644 --- a/src/runtime/debug/mod.go +++ b/src/runtime/debug/mod.go @@ -75,8 +75,8 @@ type Module struct { // - CGO_ENABLED: the effective CGO_ENABLED environment variable // - CGO_CFLAGS: the effective CGO_CFLAGS environment variable // - CGO_CPPFLAGS: the effective CGO_CPPFLAGS environment variable -// - CGO_CXXFLAGS: the effective CGO_CPPFLAGS environment variable -// - CGO_LDFLAGS: the effective CGO_CPPFLAGS environment variable +// - CGO_CXXFLAGS: the effective CGO_CXXFLAGS environment variable +// - CGO_LDFLAGS: the effective CGO_LDFLAGS environment variable // - GOARCH: the architecture target // - GOAMD64/GOARM/GO386/etc: the architecture feature level for GOARCH // - GOOS: the operating system target