summaryrefslogtreecommitdiffstats
path: root/js/src/jsgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jsgc.h')
-rw-r--r--js/src/jsgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jsgc.h b/js/src/jsgc.h
index 85b9f5f4a..d00d2aef6 100644
--- a/js/src/jsgc.h
+++ b/js/src/jsgc.h
@@ -354,7 +354,7 @@ struct SortedArenaListSegment
* be treated as an invariant, however, as the free lists may be cleared,
* leaving arenas previously used for allocation partially full. Sorting order
* is restored during sweeping.
-
+
* Arenas following the cursor should not be full.
*/
class ArenaList {