From: Mark Andrews Date: Thu, 17 Feb 2005 05:49:01 +0000 (+0000) Subject: typo in comment X-Git-Tag: v9.2.6b1~181^2~34 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4c0903254bbdbb2d4f6c68c336c2fd651296bd47;p=thirdparty%2Fbind9.git typo in comment --- diff --git a/lib/dns/include/dns/master.h b/lib/dns/include/dns/master.h index a0f8be61656..a60aa947aaa 100644 --- a/lib/dns/include/dns/master.h +++ b/lib/dns/include/dns/master.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.h,v 1.40 2005/01/10 23:43:24 marka Exp $ */ +/* $Id: master.h,v 1.41 2005/02/17 05:49:01 marka Exp $ */ #ifndef DNS_MASTER_H #define DNS_MASTER_H 1 @@ -45,7 +45,7 @@ * matches as fatal */ #define DNS_MASTER_CHECKNAMES 0x00000100 #define DNS_MASTER_CHECKNAMESFAIL 0x00000200 -#define DNS_MASTER_CHECKWILDCARD 0x00000400 /* Check for internal wilcards. */ +#define DNS_MASTER_CHECKWILDCARD 0x00000400 /* Check for internal wildcards. */ ISC_LANG_BEGINDECLS