From d196b48875861d4dff290fbda04546f0dedf0281 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Wed, 28 Feb 2024 10:47:16 +0800 Subject: [PATCH] internal/abi: fix typo in comment Signed-off-by: guoguangwu --- src/internal/abi/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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