mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
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 <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
606b8ff5ef
commit
f4602288ef
@ -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…
x
Reference in New Issue
Block a user