| Index: src/heap.h
|
| ===================================================================
|
| --- src/heap.h (revision 10402)
|
| +++ src/heap.h (working copy)
|
| @@ -690,7 +690,7 @@
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| // Computes a single character string where the character has code.
|
| - // A cache is used for ascii codes.
|
| + // A cache is used for ASCII codes.
|
| // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
|
| // failed. Please note this does not perform a garbage collection.
|
| MUST_USE_RESULT MaybeObject* LookupSingleCharacterStringFromCode(
|
| @@ -2376,7 +2376,7 @@
|
| intptr_t start_size_; // Size of objects in heap set in constructor.
|
| GarbageCollector collector_; // Type of collector.
|
|
|
| - // A count (including this one, eg, the first collection is 1) of the
|
| + // A count (including this one, e.g. the first collection is 1) of the
|
| // number of garbage collections.
|
| unsigned int gc_count_;
|
|
|
|
|