From 4e630196e42776fb1446d9bee112af4660a0b6bc Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 19 Jan 2012 17:13:33 -0500 Subject: doc: update out-of-date comments about runtime/cgo R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5532100 Committer: Russ Cox --- src/make.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index becf86d85..3878d263f 100755 --- a/src/make.bash +++ b/src/make.bash @@ -75,7 +75,7 @@ $USE_GO_TOOL || ) || exit 1 bash "$GOROOT"/src/clean.bash -# pkg builds libcgo and the Go programs in cmd. +# pkg builds runtime/cgo and the Go programs in cmd. for i in lib9 libbio libmach cmd do echo; echo; echo %%%% making $i %%%%; echo -- cgit v1.2.1