[master] Fix typo in pngwutil.c comment

This commit is contained in:
Glenn Randers-Pehrson 2011-05-23 06:29:49 -05:00
parent 3bdde42e40
commit adde7b5c1e

View File

@ -687,7 +687,7 @@ png_write_IDAT(png_structp png_ptr, png_bytep data, png_size_t length)
/* Compute the maximum possible length of the datastream */
/* Number of pixels, plus for each row a filter byte and possible
/* Number of pixels, plus for each row a filter byte
* and possibly a padding byte, so increase the maximum
* size to account for these.
*/