aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/arm64/doc.go
diff options
context:
space:
mode:
authorShawn Smith <shawnpsmith@gmail.com>2018-02-20 20:50:20 +0000
committerAndrew Bonventre <andybons@golang.org>2018-02-20 21:02:58 +0000
commitd3beea8c529a20b9eebb5ff8c22684af5ee1c920 (patch)
tree46166e3349158a32c50bcd9d11176d36d2ed2cb8 /src/cmd/internal/obj/arm64/doc.go
parentec62ee7f6d3839fe69aeae538dadc1c9dc3bf020 (diff)
downloadgo-d3beea8c529a20b9eebb5ff8c22684af5ee1c920.tar.gz
go-d3beea8c529a20b9eebb5ff8c22684af5ee1c920.zip
all: fix misspellings
GitHub-Last-Rev: 468df242d07419c228656985702325aa78952d99 GitHub-Pull-Request: golang/go#23935 Change-Id: If751ce3ffa3a4d5e00a3138211383d12cb6b23fc Reviewed-on: https://go-review.googlesource.com/95577 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
Diffstat (limited to 'src/cmd/internal/obj/arm64/doc.go')
-rw-r--r--src/cmd/internal/obj/arm64/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/arm64/doc.go b/src/cmd/internal/obj/arm64/doc.go
index d3d43b1f42..3d65541fd2 100644
--- a/src/cmd/internal/obj/arm64/doc.go
+++ b/src/cmd/internal/obj/arm64/doc.go
@@ -129,7 +129,7 @@ Go Assembly for ARM64 Reference Manual
VSUB: Sub (scalar)
VSUB <Vm>, <Vn>, <Vd>
- Subtract low 64-bit element in <Vm> from the correponding element in <Vn>,
+ Subtract low 64-bit element in <Vm> from the corresponding element in <Vn>,
place the result into low 64-bit element of <Vd>.
VUADDLV: Unsigned sum Long across Vector.