Index: runtime/vm/thread_registry.h |
diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h |
index 4965e75279b82237942fb60f893d5529b5d21bc7..eb2d327f64ebac1a7ce8828ea3eb341fcba6baaa 100644 |
--- a/runtime/vm/thread_registry.h |
+++ b/runtime/vm/thread_registry.h |
@@ -43,7 +43,7 @@ class ThreadRegistry { |
// we need to iterate over threads (both active and free) in an isolate. |
Monitor* threads_lock_; |
Thread* active_list_; // List of active threads in the isolate. |
- Thread* free_list_; // Free list of Thread objects that can be reused. |
+ Thread* free_list_; // Free list of Thread objects that can be reused. |
// TODO(asiva): Currently we treat a mutator thread as a special thread |
// and always schedule execution of Dart code on the same mutator thread |