Index: runtime/vm/intermediate_language.h |
=================================================================== |
--- runtime/vm/intermediate_language.h (revision 36000) |
+++ runtime/vm/intermediate_language.h (working copy) |
@@ -4061,7 +4061,7 @@ |
virtual intptr_t token_pos() const { return token_pos_; } |
virtual CompileType ComputeType() const; |
- // Issues a static call to Dart code whihc calls toString on objects. |
+ // Issues a static call to Dart code which calls toString on objects. |
virtual EffectSet Effects() const { return EffectSet::All(); } |
virtual bool CanDeoptimize() const { return true; } |
virtual bool MayThrow() const { return true; } |