]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/debug: fix minor BuildSetting doc typos
authorcrozzy <joseph.crosland@gmail.com>
Thu, 24 Aug 2023 22:14:44 +0000 (22:14 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 25 Aug 2023 15:06:51 +0000 (15:06 +0000)
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 <bcmills@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

src/runtime/debug/mod.go

index 7f85174c06404864b3aa137fb86f7f7e55afd571..a4705605b859a1b975b59b5a5f19feed5b4fc85e 100644 (file)
@@ -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