From 27ad1f50135c6de20c2afd593cdd17f47c2388e0 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Thu, 26 Jun 2025 14:36:14 -0700 Subject: [PATCH] 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 --- src/internal/abi/iface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0