summaryrefslogtreecommitdiff
path: root/deps/v8/src/zone/zone-chunk-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/zone/zone-chunk-list.h')
-rw-r--r--deps/v8/src/zone/zone-chunk-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/zone/zone-chunk-list.h b/deps/v8/src/zone/zone-chunk-list.h
index 8c7e5d98d0..a0aaca8b09 100644
--- a/deps/v8/src/zone/zone-chunk-list.h
+++ b/deps/v8/src/zone/zone-chunk-list.h
@@ -25,7 +25,7 @@ class ReverseZoneChunkListIterator;
// collection that
// * needs to grow indefinitely,
// * will mostly grow at the back, but may sometimes grow in front as well
-// (preferrably in batches),
+// (preferably in batches),
// * needs to have very low overhead,
// * offers forward- and backwards-iteration,
// * offers relatively fast seeking,