Index: runtime/vm/compiler.cc |
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
index 4425fd3179e9d09ec60d4bb8cc923970920f5b36..3293a188cf42c97fe08de86cfd1476c581f46667 100644 |
--- a/runtime/vm/compiler.cc |
+++ b/runtime/vm/compiler.cc |
@@ -691,7 +691,7 @@ bool CompileParsedFunctionHelper::Compile(CompilationPipeline* pipeline) { |
if (val == 0) { |
FlowGraph* flow_graph = NULL; |
- // Class hierarchy analysis is registered with the isolate in the |
+ // Class hierarchy analysis is registered with the thread in the |
// constructor and unregisters itself upon destruction. |
CHA cha(thread()); |