mirror of
https://github.com/golang/go
synced 2024-11-22 13:14:55 -07:00
internal/abi: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
5e3c4016a4
commit
d196b48875
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user