]> Cypherpunks repositories - gostls13.git/commitdiff
internal/abi: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Wed, 28 Feb 2024 02:52:55 +0000 (02:52 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 28 Feb 2024 17:18:51 +0000 (17:18 +0000)
Change-Id: I27ad7ce266edc255c93012b24b6f275dd1512dc2
GitHub-Last-Rev: d196b48875861d4dff290fbda04546f0dedf0281
GitHub-Pull-Request: golang/go#65981
Reviewed-on: https://go-review.googlesource.com/c/go/+/567538
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>

src/internal/abi/type.go

index bf48fede2d55efcd8913afd023233a21d39f587e..009cc86d505e8ef3df1837fe39f10475fee6f7fb 100644 (file)
@@ -733,7 +733,7 @@ const (
 // The data is a stream of bytes, which contains the offsets and sizes of the
 // non-aggregate arguments or non-aggregate fields/elements of aggregate-typed
 // arguments, along with special "operators". Specifically,
-//   - for each non-aggrgate arg/field/element, its offset from FP (1 byte) and
+//   - for each non-aggregate arg/field/element, its offset from FP (1 byte) and
 //     size (1 byte)
 //   - special operators:
 //   - 0xff - end of sequence