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

Unified Diff: runtime/vm/scavenger.h

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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 | « runtime/vm/runtime_entry.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/scavenger.h
diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
index b0e5dca273c7805b3a95092376bbd693523c6f9e..8d8c0e49e3fa121840f8d51ba958548d3c5401b9 100644
--- a/runtime/vm/scavenger.h
+++ b/runtime/vm/scavenger.h
@@ -56,7 +56,7 @@ class SemiSpace {
explicit SemiSpace(VirtualMemory* reserved);
~SemiSpace();
- VirtualMemory* reserved_; // NULL for an emtpy space.
+ VirtualMemory* reserved_; // NULL for an empty space.
MemoryRegion region_;
static SemiSpace* cache_;
« no previous file with comments | « runtime/vm/runtime_entry.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698