]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
review #1: comment typo
authorMatthijs Mekking <matje@NLnetLabs.nl>
Wed, 2 Mar 2011 10:26:22 +0000 (10:26 +0000)
committerMatthijs Mekking <matje@NLnetLabs.nl>
Wed, 2 Mar 2011 10:26:22 +0000 (10:26 +0000)
configure.ac

index 3a9c359c4890d3a784ced3ab1dd2d672f1716d8c..d4aa2b030e54524624f726d04cefe4483cb51ad8 100644 (file)
@@ -447,7 +447,7 @@ int isblank(int c);
 #endif /* !HAVE_ISBLANK */
 #ifndef HAVE_ISASCII
 int isascii(int c);
-#endif /* !HAVE_ISBLANK */
+#endif /* !HAVE_ISASCII */
 #ifndef HAVE_SNPRINTF
 #include <stdarg.h>
 int snprintf (char *str, size_t count, const char *fmt, ...);