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

Unified Diff: lib/compiler/implementation/ssa/optimize.dart

Issue 10702111: Fix spelling mistake (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/ssa/optimize.dart
diff --git a/lib/compiler/implementation/ssa/optimize.dart b/lib/compiler/implementation/ssa/optimize.dart
index 48ba3440650d801a5f329a3f9d2667f1b20cecbd..91645dfda12193de36bb7ed5dc615c0f027976ce 100644
--- a/lib/compiler/implementation/ssa/optimize.dart
+++ b/lib/compiler/implementation/ssa/optimize.dart
@@ -1243,7 +1243,7 @@ class SsaProcessRecompileCandidates
// If there are invoked setters we don't know for sure that the
// field will hold the calculated, but the fact that the class
// itself stick to this type in the field is still a strong
- // signal to indiate the expected type of the field.
+ // signal to indicate the expected type of the field.
field.propagatedType = type;
graph.highTypeLikelyhood = true;
} else {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698