]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo
authorKevin Burke <kev@inburke.com>
Wed, 31 Aug 2016 16:09:01 +0000 (09:09 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 31 Aug 2016 16:24:45 +0000 (16:24 +0000)
Change-Id: I47e3cfa8b49e3d0b55c91387df31488b37038a8f
Reviewed-on: https://go-review.googlesource.com/28225
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/memmove_amd64.s

index 464f5fdc1b48b549030f885cb203291c92b2890c..ffcc6613cff886130e6c5afbe9af6f00a6bb8e90 100644 (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