Change-Id: I410c5fdd9fa3aa7ce5eb1d688621c7684f03a6f9
GitHub-Last-Rev:
c3f53de27fb8602b500180242e0be274dc242f8d
GitHub-Pull-Request: golang/go#65950
Reviewed-on: https://go-review.googlesource.com/c/go/+/566858
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
// if any, would not be checked.
//
// TODO(gri) If we have no init expr, we should distribute
- // a given type otherwise we need to re-evalate the type
+ // a given type otherwise we need to re-evaluate the type
// expr for each lhs variable, leading to duplicate work.
}
// if any, would not be checked.
//
// TODO(gri) If we have no init expr, we should distribute
- // a given type otherwise we need to re-evalate the type
+ // a given type otherwise we need to re-evaluate the type
// expr for each lhs variable, leading to duplicate work.
}