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

Unified Diff: runtime/vm/intrinsifier.cc

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 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/intermediate_language.cc ('k') | runtime/vm/isolate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.cc
diff --git a/runtime/vm/intrinsifier.cc b/runtime/vm/intrinsifier.cc
index 318642af0bfdf61234826a388b7d4f2ced16029b..c94fe26de5c37b97d5e560a53ec709c3a52b7f51 100644
--- a/runtime/vm/intrinsifier.cc
+++ b/runtime/vm/intrinsifier.cc
@@ -309,7 +309,7 @@ class BlockBuilder : public ValueObject {
Instruction* AddInstruction(Instruction* instr) {
if (instr->ComputeCanDeoptimize()) {
// Since we use the presence of an environment to determine if an
- // instructions can deoptimize, we need an empty enviroment for
+ // instructions can deoptimize, we need an empty environment for
// instructions that "deoptimize" to the intrinsic fall-through code.
instr->SetEnvironment(fall_through_env_);
}
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | runtime/vm/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698