From d3191f5c2b10da7c7608828df648d01355e0e2f3 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Tue, 13 Mar 2012 03:24:13 +0800 Subject: [PATCH] gc: correct comment in runtime.go R=rsc, iant CC=golang-dev https://golang.org/cl/5777057 --- src/cmd/gc/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/gc/runtime.go b/src/cmd/gc/runtime.go index 000b2328ff2..15a61d9ef62 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