Skip to content

Commit f460228

Browse files
testwillgopherbot
authored andcommitted
internal/abi: fix typo in comment
Change-Id: I27ad7ce266edc255c93012b24b6f275dd1512dc2 GitHub-Last-Rev: d196b48 GitHub-Pull-Request: #65981 Reviewed-on: https://go-review.googlesource.com/c/go/+/567538 Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 606b8ff commit f460228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/abi/type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ const (
733733
// The data is a stream of bytes, which contains the offsets and sizes of the
734734
// non-aggregate arguments or non-aggregate fields/elements of aggregate-typed
735735
// arguments, along with special "operators". Specifically,
736-
// - for each non-aggrgate arg/field/element, its offset from FP (1 byte) and
736+
// - for each non-aggregate arg/field/element, its offset from FP (1 byte) and
737737
// size (1 byte)
738738
// - special operators:
739739
// - 0xff - end of sequence

0 commit comments

Comments
 (0)