From 8b83ff37049cf836f46b465005bb064d76d1876b Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 13 Aug 2015 20:57:18 -0500 Subject: [libpng16] Change "n bit" to "n-bit" in comments. --- pngwio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pngwio.c') 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 */ -- cgit v1.2.1