We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f113b commit 348b52aCopy full SHA for 348b52a
src/internal/abi/type.go
@@ -733,7 +733,7 @@ const (
733
// The data is a stream of bytes, which contains the offsets and sizes of the
734
// non-aggregate arguments or non-aggregate fields/elements of aggregate-typed
735
// arguments, along with special "operators". Specifically,
736
-// - 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
737
// size (1 byte)
738
// - special operators:
739
// - 0xff - end of sequence
0 commit comments