aboutsummaryrefslogtreecommitdiff
path: root/doc/asm.html
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2014-04-27 07:40:48 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2014-04-27 07:40:48 -0700
commit6607534d08152a29d54d89eb2b03543ac3c29ca5 (patch)
tree7f9f812a76fc6c294d243c39274b4cd29c029f6a /doc/asm.html
parentd844d6982ebd3ea2a1a146d753581018f977c6ec (diff)
downloadgo-6607534d08152a29d54d89eb2b03543ac3c29ca5.tar.gz
go-6607534d08152a29d54d89eb2b03543ac3c29ca5.zip
doc: fix an article
LGTM=r R=r CC=golang-codereviews https://golang.org/cl/91770050
Diffstat (limited to 'doc/asm.html')
-rw-r--r--doc/asm.html2
1 files changed, 1 insertions, 1 deletions
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
<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>,