]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix an article
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 27 Apr 2014 14:40:48 +0000 (07:40 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 27 Apr 2014 14:40:48 +0000 (07:40 -0700)
LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/91770050

doc/asm.html

index 860bc57738769eeb9aed02192f5ea465f7425476..d44cb799d4d878c5294d2b80b3bc4b17e63bddaa 100644 (file)
@@ -201,7 +201,7 @@ TEXT runtime·profileloop(SB),NOSPLIT,$8
 
 <p>
 In the general case, the frame size is followed by an argument size, separated by a minus sign.
-(It's not an subtraction, just idiosyncratic syntax.)
+(It's not a subtraction, just idiosyncratic syntax.)
 The frame size <code>$24-8</code> states that the function has a 24-byte frame
 and is called with 8 bytes of argument, which live on the caller's frame.
 If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>,