]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: fix typos in document
authorfanzha02 <fannie.zhang@arm.com>
Wed, 30 Jun 2021 02:51:54 +0000 (10:51 +0800)
committerfannie zhang <Fannie.Zhang@arm.com>
Thu, 1 Jul 2021 01:38:42 +0000 (01:38 +0000)
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>
src/cmd/compile/abi-internal.md

index 1ae3c2538ff652dd3b55f3d12151a4e2b7a9661a..2bb4055083263044df3c400a52a3cf6dd27dde40 100644 (file)
@@ -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