From: Kevin Burke Date: Wed, 31 Aug 2016 16:09:01 +0000 (-0700) Subject: runtime: fix typo X-Git-Tag: go1.8beta1~1540 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ffa2bd27a47ef16e4d6a404dd15781ed5ba21e5d;p=gostls13.git runtime: fix typo Change-Id: I47e3cfa8b49e3d0b55c91387df31488b37038a8f Reviewed-on: https://go-review.googlesource.com/28225 Reviewed-by: Brad Fitzpatrick --- 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