internal/refactor/inline: simple typo Change-Id: Ic2f4b097ce7881ce6ea648c680832bb4b4b0ce63 Reviewed-on: https://go-review.googlesource.com/c/tools/+/700635 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/internal/refactor/inline/falcon.go b/internal/refactor/inline/falcon.go index 60d4f71..037d33b 100644 --- a/internal/refactor/inline/falcon.go +++ b/internal/refactor/inline/falcon.go
@@ -34,7 +34,7 @@ // information but preserve type equivalence classes. // // Fresh names are deliberately obscure to avoid shadowing even if a -// callee parameter has a nanme like "int" or "any". +// callee parameter has a name like "int" or "any". type falconType struct { Name string Kind types.BasicKind // string/number/bool