1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:00:07 -07:00

doc: fix typo in install-source.html.

Change-Id: I6ea7339ff9412111319e46f2962c6b3880987a1e
Reviewed-on: https://go-review.googlesource.com/18174
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Benny Siegert 2016-01-03 21:34:49 +01:00 committed by Minux Ma
parent 3fd19fdc51
commit e2093cdeef

View File

@ -139,7 +139,7 @@ and used as <code>GOROOT_BOOTSTRAP</code> to bootstrap a local build.
</p>
<p>
To use gccgo, you need to arrange for <code>$GOROOT_BOOSTRAP/bin/go</code> to be
To use gccgo, you need to arrange for <code>$GOROOT_BOOTSTRAP/bin/go</code> to be
the go tool that comes as part of gccgo 5. For example on Ubuntu Vivid:
</p>