From adde7b5c1e5f9c5c89aa697aa46d886db5be8562 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 23 May 2011 06:29:49 -0500 Subject: [master] Fix typo in pngwutil.c comment --- pngwutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngwutil.c b/pngwutil.c index 1077cf4d1..2a1d3e640 100644 --- a/pngwutil.c +++ b/pngwutil.c @@ -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. */ -- cgit v1.2.1