1
0
mirror of https://github.com/golang/go synced 2024-11-22 08:34:40 -07:00

internal/abi: fix typo in comment

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-02-28 10:47:16 +08:00
parent 5e3c4016a4
commit d196b48875

View File

@ -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