summaryrefslogtreecommitdiff
path: root/src/cmd/5g/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/5g/doc.go')
-rw-r--r--src/cmd/5g/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/5g/doc.go b/src/cmd/5g/doc.go
index e45e35568..e86013bdd 100644
--- a/src/cmd/5g/doc.go
+++ b/src/cmd/5g/doc.go
@@ -4,8 +4,8 @@
/*
-5g is the version of the gc compiler for the ARM,
-referred to by these tools as arm.
+5g is the version of the gc compiler for the ARM.
+The $GOARCH for these tools is arm.
It reads .go files and outputs .5 files. The flags are documented in ../gc/doc.go.