aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-03-13 03:24:13 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-03-13 03:24:13 +0800
commitd3191f5c2b10da7c7608828df648d01355e0e2f3 (patch)
treee7da30e57077767b99736edfcf9ad38fbdba5203
parentd13b24598f3f63db601ac2e0caf3d66fc7431380 (diff)
downloadgo-d3191f5c2b10da7c7608828df648d01355e0e2f3.tar.gz
go-d3191f5c2b10da7c7608828df648d01355e0e2f3.zip
gc: correct comment in runtime.go
R=rsc, iant CC=golang-dev https://golang.org/cl/5777057
-rw-r--r--src/cmd/gc/runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gc/runtime.go b/src/cmd/gc/runtime.go
index 000b2328ff..15a61d9ef6 100644
--- a/src/cmd/gc/runtime.go
+++ b/src/cmd/gc/runtime.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// NOTE: If you change this file you must run "./mkbuiltin"
-// to update builtin.c.boot. This is not done automatically
+// to update builtin.c. This is not done automatically
// to avoid depending on having a working compiler binary.
// +build ignore