]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix comment
authorMark Andrews <marka@isc.org>
Tue, 16 May 2006 03:59:26 +0000 (03:59 +0000)
committerMark Andrews <marka@isc.org>
Tue, 16 May 2006 03:59:26 +0000 (03:59 +0000)
lib/dns/dst_parse.c

index 4625d0a64351db2213d20f9b104b9fd0908b401e..aad79984960a25793eb10e93933d109a8fc6bfbe 100644 (file)
@@ -18,7 +18,7 @@
 
 /*%
  * Principal Author: Brian Wellington
- * $Id: dst_parse.c,v 1.1.6.6 2006/05/16 03:47:14 marka Exp $
+ * $Id: dst_parse.c,v 1.1.6.7 2006/05/16 03:59:26 marka Exp $
  */
 
 #include <config.h>
@@ -163,7 +163,7 @@ check_hmac_md5(const dst_private_t *priv, isc_boolean_t old) {
 
        if (priv->nelements != HMACMD5_NTAGS) {
                /*
-                * If this a good old format and we are accepting
+                * If this is a good old format and we are accepting
                 * the old format return success.
                 */
                if (old && priv->nelements == OLD_HMACMD5_NTAGS &&