diff options
| author | crozzy <joseph.crosland@gmail.com> | 2023-08-24 22:14:44 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-08-25 15:06:51 +0000 |
| commit | 43559aa9a5a550ba7dac224a174130e42f93de99 (patch) | |
| tree | cc2c912aedd8bd12a06c71794a525692cad0f863 /src/runtime/debug | |
| parent | 21481a3c52acd269366cd242c56e84a44c19b685 (diff) | |
| download | go-43559aa9a5a550ba7dac224a174130e42f93de99.tar.xz | |
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 <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>
Diffstat (limited to 'src/runtime/debug')
| -rw-r--r-- | src/runtime/debug/mod.go | 4 |
1 files 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 |
