aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/sys/sys.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/internal/sys/sys.go')
-rw-r--r--src/runtime/internal/sys/sys.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/internal/sys/sys.go b/src/runtime/internal/sys/sys.go
index 586a763717..9d9ac4507f 100644
--- a/src/runtime/internal/sys/sys.go
+++ b/src/runtime/internal/sys/sys.go
@@ -6,9 +6,9 @@
// constants used by the runtime.
package sys
-// The next line makes 'go generate' write the zgen_*.go files with
+// The next line makes 'go generate' write the zgo*.go files with
// per-OS and per-arch information, including constants
-// named goos_$GOOS and goarch_$GOARCH for every
+// named Goos$GOOS and Goarch$GOARCH for every
// known GOOS and GOARCH. The constant is 1 on the
// current system, 0 otherwise; multiplying by them is
// useful for defining GOOS- or GOARCH-specific constants.