mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/abi: fix comment on NonEmptyInterface
Change-Id: Ia3f4e844049caf11ae67d1bd6dd48350f51c532f Reviewed-on: https://go-review.googlesource.com/c/go/+/684375 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com>
This commit is contained in:
parent
86fca3dcb6
commit
27ad1f5013
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ type EmptyInterface struct {
|
|||
Data unsafe.Pointer
|
||||
}
|
||||
|
||||
// EmptyInterface describes the layout of an interface that contains any methods.
|
||||
// NonEmptyInterface describes the layout of an interface that contains any methods.
|
||||
type NonEmptyInterface struct {
|
||||
ITab *ITab
|
||||
Data unsafe.Pointer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue