summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/internal/abi/type.go2
1 files changed, 1 insertions, 1 deletions
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
}