summaryrefslogtreecommitdiff
path: root/src/cmd/9g/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9g/doc.go')
-rw-r--r--src/cmd/9g/doc.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/9g/doc.go b/src/cmd/9g/doc.go
index 200be2eda..56bb14344 100644
--- a/src/cmd/9g/doc.go
+++ b/src/cmd/9g/doc.go
@@ -6,9 +6,9 @@
/*
-9g is the version of the gc compiler for the Power64.
-The $GOARCH for these tools is power64 (big endian) or
-power64le (little endian).
+9g is the version of the gc compiler for 64-bit PowerPC or Power Architecture processors.
+The $GOARCH for these tools is ppc64 (big endian) or
+ppc64le (little endian).
It reads .go files and outputs .9 files. The flags are documented in ../gc/doc.go.