From: Keith Randall Date: Thu, 26 Jun 2025 21:36:14 +0000 (-0700) Subject: internal/abi: fix comment on NonEmptyInterface X-Git-Tag: go1.25rc2~2^2~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=27ad1f5013;p=gostls13.git internal/abi: fix comment on NonEmptyInterface Change-Id: Ia3f4e844049caf11ae67d1bd6dd48350f51c532f Reviewed-on: https://go-review.googlesource.com/c/go/+/684375 Reviewed-by: David Chase LUCI-TryBot-Result: Go LUCI Auto-Submit: Keith Randall Reviewed-by: Keith Randall --- diff --git a/src/internal/abi/iface.go b/src/internal/abi/iface.go index e1e69367c6..5f3698407d 100644 --- a/src/internal/abi/iface.go +++ b/src/internal/abi/iface.go @@ -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