summaryrefslogtreecommitdiff
path: root/pngrio.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-08-13 20:57:18 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-08-13 20:57:18 -0500
commit8b83ff37049cf836f46b465005bb064d76d1876b (patch)
tree180550a757d4af87a58612f314bf4ae444352bc2 /pngrio.c
parenta47285829767b4ed1df9dd26c1a6630718a3f534 (diff)
[libpng16] Change "n bit" to "n-bit" in comments.
Diffstat (limited to 'pngrio.c')
-rw-r--r--pngrio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrio.c b/pngrio.c
index bb5c82510..38f7fd49d 100644
--- a/pngrio.c
+++ b/pngrio.c
@@ -26,7 +26,7 @@
* reads from a file pointer. Note that this routine sometimes gets called
* with very small lengths, so you should implement some kind of simple
* buffering if you are using unbuffered reads. This should never be asked
- * to read more than 64K on a 16 bit machine.
+ * to read more than 64K on a 16-bit machine.
*/
void /* PRIVATE */
png_read_data(png_structrp png_ptr, png_bytep data, png_size_t length)