]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.html: fix typo
authorMatt Layher <mdlayher@gmail.com>
Fri, 26 Jun 2015 04:23:50 +0000 (00:23 -0400)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 26 Jun 2015 05:16:38 +0000 (05:16 +0000)
Change-Id: I193b416ac91b4fa9234d30a1c1c58b3f0a71f398
Reviewed-on: https://go-review.googlesource.com/11543
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/go1.5.html

index 0f9a6c649375ee01f39dc251a5d4329c832dd67c..8eaf5ef6128191c7261f40ce6dea16449a784aa5 100644 (file)
@@ -130,7 +130,7 @@ The old names <code>6g</code>, <code>8g</code> and so on are gone; instead there
 is just one binary, accessible as <code>go</code> <code>tool</code> <code>compile</code>,
 that compiles Go source into binaries suitable for the architecture and operating system
 specified by <code>$GOARCH</code> and <code>$GOOS</code>.
-Simlarly, there is now one linker (<code>go</code> <code>tool</code> <code>link</code>)
+Similarly, there is now one linker (<code>go</code> <code>tool</code> <code>link</code>)
 and one assembler (<code>go</code> <code>tool</code> <code>asm</code>).
 The linker was translated automatically from the old C implementation,
 but the assembler is a new native Go implementation discussed