From 54031132c87931d7a5844a1ce05e637b03703c38 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 12 May 2023 14:39:42 -0700 Subject: 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 Auto-Submit: Ian Lance Taylor Reviewed-by: David Chase TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Run-TryBot: Ian Lance Taylor --- src/internal/abi/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/abi/type.go b/src/internal/abi/type.go index 5adc2b8713..ce950c3937 100644 --- a/src/internal/abi/type.go +++ b/src/internal/abi/type.go @@ -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 } -- cgit v1.2.1