Skip to content

Commit 9d65578

Browse files
committed
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>
1 parent 4711bf3 commit 9d65578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/compile/abi-internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ stack frame is laid out in the following sequence:
233233
r1.x uintptr
234234
r1.y [2]uintptr
235235
a1Spill uint8
236-
a2Spill uint8
236+
a3Spill uint8
237237
_ [6]uint8 // alignment padding
238238

239239
In the stack frame, only the `a2` field is initialized on entry; the

0 commit comments

Comments
 (0)