From: Brad Fitzpatrick Date: Sun, 27 Apr 2014 14:40:48 +0000 (-0700) Subject: doc: fix an article X-Git-Tag: go1.3beta2~179 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6607534d08152a29d54d89eb2b03543ac3c29ca5;p=gostls13.git doc: fix an article LGTM=r R=r CC=golang-codereviews https://golang.org/cl/91770050 --- diff --git a/doc/asm.html b/doc/asm.html index 860bc57738..d44cb799d4 100644 --- a/doc/asm.html +++ b/doc/asm.html @@ -201,7 +201,7 @@ TEXT runtime·profileloop(SB),NOSPLIT,$8

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 $24-8 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 NOSPLIT is not specified for the TEXT,