aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_amd64.s
diff options
context:
space:
mode:
authorEric Lagergren <ericscottlagergren@gmail.com>2017-04-03 15:54:20 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2017-04-03 23:19:07 +0000
commit094498c9a13cd711ed45a65b153393eb8ae1566b (patch)
treeb0f193a36c9651cb67651d4ba86eda9730254801 /src/runtime/memmove_amd64.s
parent50688fcb6ef0f74d6ff91dce95f8823b1f56bdf7 (diff)
downloadgo-094498c9a13cd711ed45a65b153393eb8ae1566b.tar.gz
go-094498c9a13cd711ed45a65b153393eb8ae1566b.zip
all: fix minor misspellings
Change-Id: I1f1cfb161640eb8756fb1a283892d06b30b7a8fa Reviewed-on: https://go-review.googlesource.com/39356 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/runtime/memmove_amd64.s')
-rw-r--r--src/runtime/memmove_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/memmove_amd64.s b/src/runtime/memmove_amd64.s
index c2286d3edd..ed674fe40b 100644
--- a/src/runtime/memmove_amd64.s
+++ b/src/runtime/memmove_amd64.s
@@ -407,7 +407,7 @@ gobble_big_data_fwd:
gobble_mem_fwd_loop:
PREFETCHNTA 0x1C0(SI)
PREFETCHNTA 0x280(SI)
- // Prefetch values were choosen empirically.
+ // Prefetch values were chosen empirically.
// Approach for prefetch usage as in 7.6.6 of [1]
// [1] 64-ia-32-architectures-optimization-manual.pdf
// http://www.intel.ru/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf