]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
comment typo
authorMatthijs Mekking <matje@NLnetLabs.nl>
Tue, 1 Mar 2011 13:33:14 +0000 (13:33 +0000)
committerMatthijs Mekking <matje@NLnetLabs.nl>
Tue, 1 Mar 2011 13:33:14 +0000 (13:33 +0000)
compat/isascii.c

index 759904c133325c51d4275d83e66d0f6687c2a61d..8a4ab3743110da9d8d36dde39e9e96966ba05f58 100644 (file)
@@ -7,7 +7,7 @@
 
 int isascii(int c);
 
-/* true if character is a blank (space or tab). C99. */
+/* true if character is ascii. */
 int
 isascii(int c)
 {