[libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi)

This commit is contained in:
Glenn Randers-Pehrson
2015-03-07 13:13:11 -06:00
parent bb098218ca
commit bbe2be3f54
7 changed files with 18 additions and 17 deletions

View File

@@ -26,7 +26,7 @@
* reads from a file pointer. Note that this routine sometimes gets called
* with very small lengths, so you should implement some kind of simple
* buffering if you are using unbuffered reads. This should never be asked
* to read more then 64K on a 16 bit machine.
* to read more than 64K on a 16 bit machine.
*/
void /* PRIVATE */
png_read_data(png_structrp png_ptr, png_bytep data, png_size_t length)