From: Matt Layher Date: Fri, 26 Jun 2015 04:23:50 +0000 (-0400) Subject: doc/go1.5.html: fix typo X-Git-Tag: go1.5beta1~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=31aa6f2bd5e392e12ce697d15b4149817471e423;p=gostls13.git doc/go1.5.html: fix typo Change-Id: I193b416ac91b4fa9234d30a1c1c58b3f0a71f398 Reviewed-on: https://go-review.googlesource.com/11543 Reviewed-by: Josh Bleecher Snyder --- diff --git a/doc/go1.5.html b/doc/go1.5.html index 0f9a6c6493..8eaf5ef612 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -130,7 +130,7 @@ The old names 6g, 8g and so on are gone; instead there is just one binary, accessible as go tool compile, that compiles Go source into binaries suitable for the architecture and operating system specified by $GOARCH and $GOOS. -Simlarly, there is now one linker (go tool link) +Similarly, there is now one linker (go tool link) and one assembler (go tool asm). The linker was translated automatically from the old C implementation, but the assembler is a new native Go implementation discussed