summaryrefslogtreecommitdiff
path: root/src/report-entry-arrays.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-entry-arrays.c')
-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