From ffa2bd27a47ef16e4d6a404dd15781ed5ba21e5d Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 31 Aug 2016 09:09:01 -0700 Subject: [PATCH] runtime: fix typo Change-Id: I47e3cfa8b49e3d0b55c91387df31488b37038a8f Reviewed-on: https://go-review.googlesource.com/28225 Reviewed-by: Brad Fitzpatrick --- src/runtime/memmove_amd64.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/memmove_amd64.s b/src/runtime/memmove_amd64.s index 464f5fdc1b4..ffcc6613cff 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