diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-08-13 20:57:18 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-08-13 20:57:18 -0500 |
commit | 8b83ff37049cf836f46b465005bb064d76d1876b (patch) | |
tree | 180550a757d4af87a58612f314bf4ae444352bc2 /pngwio.c | |
parent | a47285829767b4ed1df9dd26c1a6630718a3f534 (diff) | |
download | libpng-8b83ff37049cf836f46b465005bb064d76d1876b.tar.gz |
[libpng16] Change "n bit" to "n-bit" in comments.
Diffstat (limited to 'pngwio.c')
-rw-r--r-- | pngwio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |