summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-08-16 01:49:53 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-08-16 01:49:53 -0700
commit101ea7b0620aa65b058a1f704cdfcae0d498c542 (patch)
tree49aaae9bfa7f56b2d34090e69c0a02db946f78f5
parent2ff4b6c9a75c4a327e9e7519197296e2378155f8 (diff)
report-entry-arrays: fix braino in comment
s/quadratically/exponentially/
-rw-r--r--src/report-entry-arrays.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-entry-arrays.c b/src/report-entry-arrays.c
index 7480802..9276cba 100644
--- a/src/report-entry-arrays.c
+++ b/src/report-entry-arrays.c
@@ -25,7 +25,7 @@
* sense to explore some sharing technique.
*
* It also gives rudimentary utilization numbers. Entry arrays grow
- * quadratically as an optimization, which can result in very poor utilization
+ * exponentially as an optimization, which can result in very poor utilization
* %ages when the latest entry array is first created, if it never fills up
* before being archived, especially if it's in a long entry array chain where
* the latest doubling produced a large allocation.
© All Rights Reserved