From 6607534d08152a29d54d89eb2b03543ac3c29ca5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 27 Apr 2014 07:40:48 -0700 Subject: [PATCH] doc: fix an article LGTM=r R=r CC=golang-codereviews https://golang.org/cl/91770050 --- doc/asm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.48.1