diff options
| author | Shenghou Ma <minux.ma@gmail.com> | 2012-01-19 17:13:33 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-01-19 17:13:33 -0500 |
| commit | fec7aa952f37ad5aa2cfdfe44bdc0e7a02fe8783 (patch) | |
| tree | 6bb72559f5a54cf6217257a133f790dd3ebdc86c /src/make.bash | |
| parent | 7b07310a698bec952fa5f1b9ca64cc92c5de6f0e (diff) | |
| download | go-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-x | src/make.bash | 2 |
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 |
