| Index: runtime/vm/thread_registry.h
|
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
|
| index c765a5d5ac23974b0083774046e9ecdb7de135c4..adf2a346b66c89245a67266e42b370237f4be4d9 100644
|
| --- a/runtime/vm/thread_registry.h
|
| +++ b/runtime/vm/thread_registry.h
|
| @@ -48,7 +48,7 @@ class ThreadRegistry {
|
| // and always schedule execution of Dart code on the same mutator thread
|
| // object. The ApiLocalScope has been made thread specific but we still
|
| // have scenarios where we do a temporary exit of an Isolate with live
|
| - // zones/handles in the the API scope :
|
| + // zones/handles in the API scope :
|
| // - Dart_RunLoop()
|
| // - IsolateSaver in Dart_NewNativePort
|
| // - Isolate spawn (function/uri) under FLAG_i_like_slow_isolate_spawn
|
|
|