mirror of
https://github.com/golang/go
synced 2024-11-11 22:40:22 -07:00
cmd/compile/internal/types2: fix some typos in rawLookupFieldOrMethod
Change-Id: Ibc04a82b1d618deeb9bc168ba518dbf1d752fba7 Reviewed-on: https://go-review.googlesource.com/c/go/+/311456 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
4ce49b4a15
commit
24875e3880
@ -206,8 +206,8 @@ func (check *Checker) rawLookupFieldOrMethod(T Type, addressable bool, pkg *Pack
|
||||
}
|
||||
if obj == nil {
|
||||
// At this point we're not (yet) looking into methods
|
||||
// that any underlyng type of the types in the type list
|
||||
// migth have.
|
||||
// that any underlying type of the types in the type list
|
||||
// might have.
|
||||
// TODO(gri) Do we want to specify the language that way?
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user