mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
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:
parent
3607c5f4f1
commit
ffa2bd27a4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue