aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-23 05:06:47 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-23 15:54:07 +0000
commitad644d2e86bab85787879d41c2d2aebbd7c57db8 (patch)
tree5b48d42464b7424ee64ae1c1a8807abbe7ba3d16 /src/internal/bytealg
parentc5d38b896df504e3354d7a27f7ad86fa9661ce6b (diff)
downloadgo-ad644d2e86bab85787879d41c2d2aebbd7c57db8.tar.xz
all: fix typos detected by github.com/client9/misspell
Change-Id: Iadb3c5de8ae9ea45855013997ed70f7929a88661 GitHub-Last-Rev: ae85bcf82be8fee533e2b9901c6133921382c70a GitHub-Pull-Request: golang/go#26920 Reviewed-on: https://go-review.googlesource.com/128955 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/internal/bytealg')
-rw-r--r--src/internal/bytealg/index_arm64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/bytealg/index_arm64.s b/src/internal/bytealg/index_arm64.s
index 20d68ba9b8..3a551a72da 100644
--- a/src/internal/bytealg/index_arm64.s
+++ b/src/internal/bytealg/index_arm64.s
@@ -32,7 +32,7 @@ TEXT indexbody<>(SB),NOSPLIT,$0-56
// to avoid repeatedly re-load it again and again
// for sebsequent substring comparisons
SUB R3, R1, R4
- // R4 contains the start of last substring for comparsion
+ // R4 contains the start of last substring for comparison
ADD R0, R4, R4
ADD $1, R0, R8