diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-03-07 13:13:11 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-03-07 13:13:11 -0600 |
commit | bbe2be3f54cb43ef0b23db591a682303c65a9413 (patch) | |
tree | f3522f9dee180329b13d602965e55cd4b07225d5 /pngmem.c | |
parent | bb098218ca3eb8d49f40047ae664bc538347ed4b (diff) |
[libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi)
Diffstat (limited to 'pngmem.c')
-rw-r--r-- | pngmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ png_destroy_png_struct(png_structrp png_ptr) } /* Allocate memory. For reasonable files, size should never exceed - * 64K. However, zlib may allocate more then 64K if you don't tell + * 64K. However, zlib may allocate more than 64K if you don't tell * it not to. See zconf.h and png.h for more information. zlib does * need to allocate exactly 64K, so whatever you call here must * have the ability to do that. |