aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-01-19 17:13:33 -0500
committerRuss Cox <rsc@golang.org>2012-01-19 17:13:33 -0500
commitfec7aa952f37ad5aa2cfdfe44bdc0e7a02fe8783 (patch)
tree6bb72559f5a54cf6217257a133f790dd3ebdc86c /src/make.bash
parent7b07310a698bec952fa5f1b9ca64cc92c5de6f0e (diff)
downloadgo-fec7aa952f37ad5aa2cfdfe44bdc0e7a02fe8783.tar.xz
doc: update out-of-date comments about runtime/cgo
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5532100
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 becf86d851..3878d263f2 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