about summary refs log tree commit diff
path: root/lib/util/mallocvar.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-07-25 02:53:19 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-07-25 02:53:19 +0000
commit69fe111403915f28a3dfda27ca76337aa5bf7c81 (patch)
tree99b9ca085174e974a0ff1e2a34bdda775ce6577f /lib/util/mallocvar.c
parentd8946f75a1894f87b8a5ea68ea84c8917974c2bd (diff)
downloadnetpbm-mirror-69fe111403915f28a3dfda27ca76337aa5bf7c81.tar.gz
netpbm-mirror-69fe111403915f28a3dfda27ca76337aa5bf7c81.tar.xz
netpbm-mirror-69fe111403915f28a3dfda27ca76337aa5bf7c81.zip
Correct grammar in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1987 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/util/mallocvar.c')
-rw-r--r--lib/util/mallocvar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/util/mallocvar.c b/lib/util/mallocvar.c
index 05e2d4c4..339d5d61 100644
--- a/lib/util/mallocvar.c
+++ b/lib/util/mallocvar.c
@@ -86,9 +86,9 @@ pm_mallocarray2(void **      const resultP,
    of those rows.  So a[row][col] gives you the element of the two
    dimensional array at Row 'row', Column 'col'.
 
-   Each array element is ideally aligned to an 'elementSize' boundary.
-   But we guarantee this only for 1, 2, 4, 8, and 16, due to limitations of
-   libc malloc() (which we use to allocate all the memory).
+   Each array element is ideally aligned to an 'elementSize' boundary.  But we
+   guarantee this only for 1, 2, 4, 8, and 16, because of limitations of libc
+   malloc() (which we use to allocate all the memory).
 
    We tack on two extra elements to the end of the row index, transparent to
    the user, for use in memory management (in particular, in destroying the