aboutsummaryrefslogtreecommitdiff
path: root/doc/asm.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2015-07-22 11:24:27 +1000
committerRob Pike <r@golang.org>2015-07-23 02:11:48 +0000
commit0908fad5d509220a80b919a38feb8b388d005b10 (patch)
treea791dadd0e06cdcd6beed192de8269a066feae89 /doc/asm.html
parent17befdcec01fcd9c629c2cebf3aab5d4b6d70dc7 (diff)
downloadgo-0908fad5d509220a80b919a38feb8b388d005b10.tar.gz
go-0908fad5d509220a80b919a38feb8b388d005b10.zip
doc: mention the ppc64(le) ports in release notes
Also make the spelling consistent in asm.html Change-Id: Ifa751eee288fe0634cd317eb827f3e408b199620 Reviewed-on: https://go-review.googlesource.com/12501 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'doc/asm.html')
-rw-r--r--doc/asm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/asm.html b/doc/asm.html
index 11249a3b7f..ba888118b9 100644
--- a/doc/asm.html
+++ b/doc/asm.html
@@ -741,7 +741,7 @@ Addressing modes:
</ul>
-<h3 id="ppc64">Power64, a.k.a. ppc64</h3>
+<h3 id="ppc64">Power 64, a.k.a. ppc64</h3>
<p>
The Power 64 port is in an experimental state.