summaryrefslogtreecommitdiff
path: root/pngwio.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 /pngwio.c
parenta47285829767b4ed1df9dd26c1a6630718a3f534 (diff)
downloadlibpng-8b83ff37049cf836f46b465005bb064d76d1876b.tar.gz
[libpng16] Change "n bit" to "n-bit" in comments.
Diffstat (limited to 'pngwio.c')
-rw-r--r--pngwio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngwio.c b/pngwio.c
index 0a40948aa..db76e6b8d 100644
--- a/pngwio.c
+++ b/pngwio.c
@@ -26,7 +26,7 @@
* writes to 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 writes. This should never be asked
- * to write more than 64K on a 16 bit machine.
+ * to write more than 64K on a 16-bit machine.
*/
void /* PRIVATE */