mirror of
https://github.com/golang/go
synced 2024-11-26 17:07:09 -07:00
internal/abi: update type name in comment
method -> Method For #59670 Change-Id: I78e0410f3d5094aa12b2f3ccd6735fec0d696190 Reviewed-on: https://go-review.googlesource.com/c/go/+/494795 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: David Chase <drchase@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
a094a82452
commit
54031132c8
@ -198,7 +198,7 @@ type UncommonType struct {
|
||||
PkgPath NameOff // import path; empty for built-in types like int, string
|
||||
Mcount uint16 // number of methods
|
||||
Xcount uint16 // number of exported methods
|
||||
Moff uint32 // offset from this uncommontype to [mcount]method
|
||||
Moff uint32 // offset from this uncommontype to [mcount]Method
|
||||
_ uint32 // unused
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user