]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/internal/obj/arm64/doc.go
all: fix typos
[gostls13.git] / src / cmd / internal / obj / arm64 / doc.go
index 4606e98aa99d08770e580c33f54baca7eedcdaf5..7c65ab76da1d172bc41733d3ee45e628ee174d0f 100644 (file)
@@ -96,7 +96,7 @@ Examples:
 7. Move large constants to vector registers.
 
 Go asm uses VMOVQ/VMOVD/VMOVS to move 128-bit, 64-bit and 32-bit constants into vector registers, respectively.
-And for a 128-bit interger, it take two 64-bit operands, for the low and high parts separately.
+And for a 128-bit integer, it take two 64-bit operands, for the low and high parts separately.
 
 Examples: