| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 535914134a8de271d3fce3975c528f3afb56fcfa..ffe01db18c23ef1c3e832970a3758bbe6c2b6dd7 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1173,7 +1173,7 @@ class Isolate {
|
| // the Isolate. The top of the stack points to a thread which is currently
|
| // running the Isolate. When the stack is empty, the Isolate is considered
|
| // not entered by any thread and can be Disposed.
|
| - // If the same thread enters the Isolate more then once, the entry_count_
|
| + // If the same thread enters the Isolate more than once, the entry_count_
|
| // is incremented rather then a new item pushed to the stack.
|
| class EntryStackItem {
|
| public:
|
|
|