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

Unified Diff: runtime/vm/flow_graph.cc

Issue 10836353: Fixed typos: defintion to definition. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | runtime/vm/intermediate_language.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph.cc
diff --git a/runtime/vm/flow_graph.cc b/runtime/vm/flow_graph.cc
index 1e86b0dda966c2fd2519f6ff633921d54beed968..9a515ea82cad530604cb3e240a1f3b1edcec0344 100644
--- a/runtime/vm/flow_graph.cc
+++ b/runtime/vm/flow_graph.cc
@@ -289,7 +289,7 @@ void FlowGraph::Rename(GrowableArray<PhiInstr*>* live_phis) {
}
-// Helper to either use the constant value of a defintion or the defintion.
+// Helper to either use the constant value of a definition or the definition.
static Value* UseDefinition(Definition* defn) {
if (defn->IsBind() && defn->AsBind()->computation()->IsConstant()) {
return defn->AsBind()->computation()->AsConstant();
« no previous file with comments | « no previous file | runtime/vm/intermediate_language.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698