diff --git a/src/reflect/type.go b/src/reflect/type.go index 6b51bf2990..5bbab79fc0 100644 --- a/src/reflect/type.go +++ b/src/reflect/type.go @@ -1889,9 +1889,8 @@ func MapOf(key, elem Type) Type { return ti.(Type) } -// TODO(crawshaw): as these structTypeFixedN and funcTypeFixedN structs -// have no methods, they could be defined at runtime using the StructOf -// function. +// TODO(crawshaw): as these funcTypeFixedN structs have no methods, +// they could be defined at runtime using the StructOf function. type funcTypeFixed4 struct { funcType args [4]*rtype