aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_amd64.s
diff options
context:
space:
mode:
authorKevin Burke <kev@inburke.com>2016-08-31 09:09:01 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2016-08-31 16:24:45 +0000
commitffa2bd27a47ef16e4d6a404dd15781ed5ba21e5d (patch)
tree5dbed83536f06d33acacbfd81c877f25923021eb /src/runtime/memmove_amd64.s
parent3607c5f4f18ad4d423e40996ebf7f46b2f79ce02 (diff)
downloadgo-ffa2bd27a47ef16e4d6a404dd15781ed5ba21e5d.tar.gz
go-ffa2bd27a47ef16e4d6a404dd15781ed5ba21e5d.zip
runtime: fix typo
Change-Id: I47e3cfa8b49e3d0b55c91387df31488b37038a8f Reviewed-on: https://go-review.googlesource.com/28225 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/memmove_amd64.s')
-rw-r--r--src/runtime/memmove_amd64.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/memmove_amd64.s b/src/runtime/memmove_amd64.s
index 464f5fdc1b..ffcc6613cf 100644
--- a/src/runtime/memmove_amd64.s
+++ b/src/runtime/memmove_amd64.s
@@ -277,8 +277,8 @@ move_256through2048:
JMP tail
avxUnaligned:
- // There are two implementations of move algorithm.
- // The first one for non-ovelapped memory regions. It uses forward copying.
+ // There are two implementations of the move algorithm.
+ // The first one for non-overlapped memory regions. It uses forward copying.
// The second one for overlapped regions. It uses backward copying
MOVQ DI, CX
SUBQ SI, CX