From 3fceee058f02e6c81ea6d57b8783cd2dbe0f559b Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 23 May 2011 06:31:33 -0500 Subject: [PATCH] [devel] 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 6ea5ee4ec..ffa879238 100644 --- a/pngwutil.c +++ b/pngwutil.c @@ -967,7 +967,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. */