Commit ffa2bd27 authored by Kevin Burke's avatar Kevin Burke Committed by Brad Fitzpatrick

runtime: fix typo

Change-Id: I47e3cfa8b49e3d0b55c91387df31488b37038a8f
Reviewed-on: https://go-review.googlesource.com/28225Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 3607c5f4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment