From 101ea7b0620aa65b058a1f704cdfcae0d498c542 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 16 Aug 2021 01:49:53 -0700 Subject: report-entry-arrays: fix braino in comment s/quadratically/exponentially/ --- src/report-entry-arrays.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report-entry-arrays.c') 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. -- cgit v1.2.3