aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/type.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/gc/type.go')
-rw-r--r--src/cmd/compile/internal/gc/type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/gc/type.go b/src/cmd/compile/internal/gc/type.go
index 29048f1a19..5f04f680c7 100644
--- a/src/cmd/compile/internal/gc/type.go
+++ b/src/cmd/compile/internal/gc/type.go
@@ -213,7 +213,7 @@ func (t *Type) FuncType() *FuncType {
return t.Extra.(*FuncType)
}
-// InterMethType contains Type fields specific to interface method psuedo-types.
+// InterMethType contains Type fields specific to interface method pseudo-types.
type InterMethType struct {
Nname *Node
}