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:
Rob Findley 2021-04-19 17:49:30 -04:00 committed by Robert Findley
parent 4ce49b4a15
commit 24875e3880

View file

@ -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?
}
}