Skip to content

Commit

Permalink
internal/abi: fix typo in comment
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
testwill authored and pull[bot] committed Mar 25, 2024
1 parent 35f113b commit 348b52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/abi/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 348b52a

Please sign in to comment.