diff --git a/src/internal/abi/type.go b/src/internal/abi/type.go index bf48fede2d5..009cc86d505 100644 --- a/src/internal/abi/type.go +++ b/src/internal/abi/type.go @@ -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