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 /pngrio.c | |
parent | a47285829767b4ed1df9dd26c1a6630718a3f534 (diff) |
[libpng16] Change "n bit" to "n-bit" in comments.
Diffstat (limited to 'pngrio.c')
-rw-r--r-- | pngrio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |