We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606b8ff commit f460228Copy full SHA for f460228
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