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