[libpng16] Fix typos in comments in pngset.c and pngtrans.c

This commit is contained in:
Glenn Randers-Pehrson
2014-10-03 20:23:31 -05:00
parent ca9c3a601b
commit 9127138a30
3 changed files with 8 additions and 8 deletions

View File

@@ -828,7 +828,7 @@ png_get_user_transform_ptr(png_const_structrp png_ptr)
png_uint_32 PNGAPI
png_get_current_row_number(png_const_structrp png_ptr)
{
/* See the comments in png.h - this is the sub-image row when reading and
/* See the comments in png.h - this is the sub-image row when reading an
* interlaced image.
*/
if (png_ptr != NULL)