Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(701)

Unified Diff: src/isolate.h

Issue 2160633002: improve grammar in comment (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: more Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/mips/codegen-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/mips/codegen-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698