]> Cypherpunks repositories - gostls13.git/commitdiff
gc: correct comment in runtime.go
authorShenghou Ma <minux.ma@gmail.com>
Mon, 12 Mar 2012 19:24:13 +0000 (03:24 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 12 Mar 2012 19:24:13 +0000 (03:24 +0800)
R=rsc, iant
CC=golang-dev
https://golang.org/cl/5777057

src/cmd/gc/runtime.go

index 000b2328ff2b653cfba892107bfa5f46800f628a..15a61d9ef62a243acc1497cbc87283525fc4fa66 100644 (file)
@@ -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