From 79d6939e3dbe6825b6f470000c9e3842152360b0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Oct 2011 09:05:03 +0000 Subject: WW --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index d8f538c..f941452 100644 --- a/ev.c +++ b/ev.c @@ -1303,7 +1303,7 @@ array_nextsize (int elem, int cur, int cnt) ncur <<= 1; while (cnt > ncur); - /* if size is large, round to MALLOC_ROUND - 4 * longs to accomodate malloc overhead */ + /* if size is large, round to MALLOC_ROUND - 4 * longs to accommodate malloc overhead */ if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4) { ncur *= elem; -- cgit v1.2.3