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

Unified Diff: runtime/vm/intermediate_language.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 | « runtime/vm/flow_graph.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.cc
diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
index 93c2e1ec03472da606c84aee3f2e7bd835ccdc66..ef8e9a3325f98033876d880a6cb2acc0f93ce5e3 100644
--- a/runtime/vm/intermediate_language.cc
+++ b/runtime/vm/intermediate_language.cc
@@ -1498,7 +1498,7 @@ void PushArgumentInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
}
-// 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 | « runtime/vm/flow_graph.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698