]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: replace floating-pointer with floating-point
authorJes Cok <xigua67damn@gmail.com>
Mon, 28 Aug 2023 11:57:07 +0000 (11:57 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 28 Aug 2023 15:19:33 +0000 (15:19 +0000)
Change-Id: I2b1cf35966fec255c6e0ed587f02d035783ab2ad
GitHub-Last-Rev: 3466a67c02613a233f14dbc39a17b9394047efb6
GitHub-Pull-Request: golang/go#62320
Reviewed-on: https://go-review.googlesource.com/c/go/+/523377
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>

src/cmd/compile/abi-internal.md

index 14464ed904c51e679b220ce08e015a6d17ebccc4..43dc39689b6f81f37bae492d9495a17977a0983d 100644 (file)
@@ -136,7 +136,7 @@ assigned to registers or the stack using the following algorithm:
 1. Let NI and NFP be the length of integer and floating-point register
    sequences defined by the architecture.
    Let I and FP be 0; these are the indexes of the next integer and
-   floating-pointer register.
+   floating-point register.
    Let S, the type sequence defining the stack frame, be empty.
 1. If F is a method, assign F’s receiver.
 1. For each argument A of F, assign A.