From 31aa6f2bd5e392e12ce697d15b4149817471e423 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Fri, 26 Jun 2015 00:23:50 -0400 Subject: [PATCH] doc/go1.5.html: fix typo Change-Id: I193b416ac91b4fa9234d30a1c1c58b3f0a71f398 Reviewed-on: https://go-review.googlesource.com/11543 Reviewed-by: Josh Bleecher Snyder --- doc/go1.5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0