aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanzha02 <fannie.zhang@arm.com>2021-06-30 10:51:54 +0800
committerfannie zhang <Fannie.Zhang@arm.com>2021-07-01 01:38:42 +0000
commit9d65578b83f0d52f0d2f526212dd3b4ee1a5f031 (patch)
tree328655b3ff9bb2de405542aa145a06f6936f4836
parent4711bf30e5fec4cf290964785871deba5955c29a (diff)
downloadgo-9d65578b83f0d52f0d2f526212dd3b4ee1a5f031.tar.gz
go-9d65578b83f0d52f0d2f526212dd3b4ee1a5f031.zip
cmd/compile: fix typos in document
Correct "a2Spill" to "a3Spill" Change-Id: I6ac4c45973dfaeb16d3a90d835589b6af1aefe1d Reviewed-on: https://go-review.googlesource.com/c/go/+/331850 Trust: fannie zhang <Fannie.Zhang@arm.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
-rw-r--r--src/cmd/compile/abi-internal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/abi-internal.md b/src/cmd/compile/abi-internal.md
index 1ae3c2538f..2bb4055083 100644
--- a/src/cmd/compile/abi-internal.md
+++ b/src/cmd/compile/abi-internal.md
@@ -233,7 +233,7 @@ stack frame is laid out in the following sequence:
r1.x uintptr
r1.y [2]uintptr
a1Spill uint8
- a2Spill uint8
+ a3Spill uint8
_ [6]uint8 // alignment padding
In the stack frame, only the `a2` field is initialized on entry; the