Chromium Code Reviews| Index: runtime/vm/gc_sweeper.h |
| =================================================================== |
| --- runtime/vm/gc_sweeper.h (revision 39397) |
| +++ runtime/vm/gc_sweeper.h (working copy) |
| @@ -22,7 +22,7 @@ |
| ~GCSweeper() {} |
| // Sweep the memory area for the page while clearing the mark bits and adding |
| - // all the unmarked objects to the freelist. |
| + // all the unmarked objects to the pre-locked freelist. |
| // Returns true if the page is in use. |
| bool SweepPage(HeapPage* page, FreeList* freelist); |