From: crozzy Date: Thu, 24 Aug 2023 22:14:44 +0000 (+0000) Subject: runtime/debug: fix minor BuildSetting doc typos X-Git-Tag: go1.22rc1~1097 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=43559aa9a5a550ba7dac224a174130e42f93de99;p=gostls13.git runtime/debug: fix minor BuildSetting doc typos Corrects a couple of defined key descriptions. Change-Id: I8c5c0e3aca5431086076d19792291aee96f5d1d5 GitHub-Last-Rev: e722d0a923f6c556cbc7fd52f21862844538d75b GitHub-Pull-Request: golang/go#62273 Reviewed-on: https://go-review.googlesource.com/c/go/+/522875 Reviewed-by: Bryan Mills Auto-Submit: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- 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