summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-05-23 06:29:49 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-05-23 06:29:49 -0500
commitadde7b5c1e5f9c5c89aa697aa46d886db5be8562 (patch)
tree72c1c2c676dacc0c3808a80ce3ca0899dca0232c
parent3bdde42e40a99c173fbde2633591e1ce5c0b1ca0 (diff)
downloadlibpng-adde7b5c1e5f9c5c89aa697aa46d886db5be8562.tar.gz
[master] Fix typo in pngwutil.c comment
-rw-r--r--pngwutil.c2
1 files changed, 1 insertions, 1 deletions
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.
*/