Correct "PCALING" to "PCALIGN".
Change-Id: Id80728142febd2a42e112dc06a6c1bc0759687e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/232697
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
PCALIGN $1024
MOVD $3, R1 // This instruction is aligned with 1024 bytes.
-PCALING also changes the function alignment. If a function has one or more PCALIGN directives,
+PCALIGN also changes the function alignment. If a function has one or more PCALIGN directives,
its address will be aligned to the same or coarser boundary, which is the maximum of all the
alignment values.