diff --git a/src/cmd/compile/internal/types/type.go b/src/cmd/compile/internal/types/type.go index 1a9aa6916a..a0203715c8 100644 --- a/src/cmd/compile/internal/types/type.go +++ b/src/cmd/compile/internal/types/type.go @@ -387,7 +387,7 @@ type ChanArgs struct { T *Type // reference to a chan type whose elements need a width check } -// // FuncArgs contains Type fields specific to TFUNCARGS types. +// FuncArgs contains Type fields specific to TFUNCARGS types. type FuncArgs struct { T *Type // reference to a func type whose elements need a width check }