1
0
mirror of https://github.com/golang/go synced 2024-11-19 05:54:44 -07:00

runtime: fix typo in comment

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/125500043
This commit is contained in:
Josh Bleecher Snyder 2014-08-19 08:50:35 -07:00
parent 8c25e08fbd
commit 339a24da66
4 changed files with 4 additions and 4 deletions

View File

@ -1167,7 +1167,7 @@ TEXT runtime·memeq(SB),NOSPLIT,$0-13
// eqstring tests whether two strings are equal.
// See runtime_test.go:eqstring_generic for
// equivlaent Go code.
// equivalent Go code.
TEXT runtime·eqstring(SB),NOSPLIT,$0-17
MOVL s1len+4(FP), AX
MOVL s2len+12(FP), BX

View File

@ -1140,7 +1140,7 @@ TEXT runtime·memeq(SB),NOSPLIT,$0-25
// eqstring tests whether two strings are equal.
// See runtime_test.go:eqstring_generic for
// equivlaent Go code.
// equivalent Go code.
TEXT runtime·eqstring(SB),NOSPLIT,$0-33
MOVQ s1len+8(FP), AX
MOVQ s2len+24(FP), BX

View File

@ -785,7 +785,7 @@ TEXT runtime·memeq(SB),NOSPLIT,$0-17
// eqstring tests whether two strings are equal.
// See runtime_test.go:eqstring_generic for
// equivlaent Go code.
// equivalent Go code.
TEXT runtime·eqstring(SB),NOSPLIT,$0-17
MOVL s1len+4(FP), AX
MOVL s2len+12(FP), BX

View File

@ -724,7 +724,7 @@ _next2:
// eqstring tests whether two strings are equal.
// See runtime_test.go:eqstring_generic for
// equivlaent Go code.
// equivalent Go code.
TEXT runtime·eqstring(SB),NOSPLIT,$-4-17
MOVW s1len+4(FP), R0
MOVW s2len+12(FP), R1