From: guoguangwu Date: Wed, 28 Feb 2024 02:52:55 +0000 (+0000) Subject: internal/abi: fix typo in comment X-Git-Tag: go1.23rc1~1057 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f4602288efd0b7ce9776abc9397b5903664c8f9c;p=gostls13.git internal/abi: fix typo in comment Change-Id: I27ad7ce266edc255c93012b24b6f275dd1512dc2 GitHub-Last-Rev: d196b48875861d4dff290fbda04546f0dedf0281 GitHub-Pull-Request: golang/go#65981 Reviewed-on: https://go-review.googlesource.com/c/go/+/567538 Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui Auto-Submit: Ian Lance Taylor --- diff --git a/src/internal/abi/type.go b/src/internal/abi/type.go index bf48fede2d..009cc86d50 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