diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-04-30 13:22:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 13:22:57 +0300 |
commit | 31ea8c7e934bd4dd78ef44dc9dfd47bd27bdf0a3 (patch) | |
tree | cdc3c77fdbb01804f9e075edb1d8415867449a70 /js/src/jsgc.h | |
parent | 0c8c58314cb4e22d975a5802094073cd03c99d17 (diff) | |
download | uxp-31ea8c7e934bd4dd78ef44dc9dfd47bd27bdf0a3.tar.gz |
Whitespaces, typo, tabs to space
Remove whitespaces, correct comment typo, one more tab to space
Diffstat (limited to 'js/src/jsgc.h')
-rw-r--r-- | js/src/jsgc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jsgc.h b/js/src/jsgc.h index 85b9f5f4ac..d00d2aef6b 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 { |