summaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-01-19 17:13:33 -0500
committerShenghou Ma <minux.ma@gmail.com>2012-01-19 17:13:33 -0500
commit4e630196e42776fb1446d9bee112af4660a0b6bc (patch)
tree9a53c5197adeb585f0c495cde6033ab7486888c1 /src/make.bash
parent106032f1f04df364056df32b13c1016c09ed688f (diff)
downloadgo-4e630196e42776fb1446d9bee112af4660a0b6bc.tar.gz
doc: update out-of-date comments about runtime/cgo
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5532100 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
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