From: Shenghou Ma Date: Mon, 12 Mar 2012 19:24:13 +0000 (+0800) Subject: gc: correct comment in runtime.go X-Git-Tag: weekly.2012-03-13~37 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d3191f5c2b10da7c7608828df648d01355e0e2f3;p=gostls13.git gc: correct comment in runtime.go R=rsc, iant CC=golang-dev https://golang.org/cl/5777057 --- 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