Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: pkg/compiler/lib/src/ssa/builder.dart

Issue 1210483002: Fix typos of "function". (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: One more typo. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/expect/lib/expect.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/builder.dart
diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
index fc906e54b72041bc7853c3a43711ad8d5e8f1c8a..f83b436d63041d4708604c8b67a82e952b685627 100644
--- a/pkg/compiler/lib/src/ssa/builder.dart
+++ b/pkg/compiler/lib/src/ssa/builder.dart
@@ -5181,7 +5181,7 @@ class SsaBuilder extends NewResolvedVisitor {
Selector selector,
_) {
if (element is ErroneousElement) {
- // An erroneous element indicates that the funciton could not be
+ // An erroneous element indicates that the function could not be
// resolved (a warning has been issued).
handleInvalidStaticInvoke(node, element);
} else {
« no previous file with comments | « no previous file | pkg/expect/lib/expect.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698