runtime: fix typo

Change-Id: I47e3cfa8b49e3d0b55c91387df31488b37038a8f
Reviewed-on: https://go-review.googlesource.com/28225
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Kevin Burke 2016-08-31 09:09:01 -07:00 committed by Brad Fitzpatrick
parent 3607c5f4f1
commit ffa2bd27a4

View file

@ -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