]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 14:59:03 +0000 (14:59 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sat, 17 Jan 2009 14:59:03 +0000 (14:59 +0000)
lib/dns/rbtdb.c
lib/dns/rdataset.c
lib/dns/rdataslab.c
lib/dns/request.c
lib/dns/resolver.c

index 5cdbcad927a0cfb07d53a155cd3940d52e32e6c1..44001cd9442417e8ac83fbc468e2becdb0b153ee 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rbtdb.c,v 1.270 2008/11/14 14:07:48 marka Exp $ */
+/* $Id: rbtdb.c,v 1.271 2009/01/17 14:50:20 fdupont Exp $ */
 
 /*! \file */
 
@@ -621,7 +621,7 @@ static void setnsec3parameters(dns_db_t *db, rbtdb_version_t *version,
 /*%
  * 'init_count' is used to initialize 'newheader->count' which inturn
  * is used to determine where in the cycle rrset-order cyclic starts.
- * We don't lock this as we don't care about simultanious updates.
+ * We don't lock this as we don't care about simultaneous updates.
  *
  * Note:
  *      Both init_count and header->count can be ISC_UINT32_MAX.
@@ -4801,8 +4801,8 @@ expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now) {
 
                /*
                 * Note that 'log' can be true IFF rbtdb->overmem is also true.
-                * rbtdb->ovemem can currently only be true for cache databases
-                * -- hence all of the "overmem cache" log strings.
+                * rbtdb->overmem can currently only be true for cache
+                * databases -- hence all of the "overmem cache" log strings.
                 */
                log = ISC_TF(isc_log_wouldlog(dns_lctx, level));
                if (log)
@@ -5942,7 +5942,7 @@ addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
 
        /*
         * Update the zone's secure status.  If version is non-NULL
-        * this is defered until closeversion() is called.
+        * this is deferred until closeversion() is called.
         */
        if (result == ISC_R_SUCCESS && version == NULL && !IS_CACHE(rbtdb))
                iszonesecure(db, version, rbtdb->origin_node);
@@ -6126,7 +6126,7 @@ subtractrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
 
        /*
         * Update the zone's secure status.  If version is non-NULL
-        * this is defered until closeversion() is called.
+        * this is deferred until closeversion() is called.
         */
        if (result == ISC_R_SUCCESS && version == NULL && !IS_CACHE(rbtdb))
                iszonesecure(db, rbtdb->current_version, rbtdb->origin_node);
@@ -6181,7 +6181,7 @@ deleterdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
 
        /*
         * Update the zone's secure status.  If version is non-NULL
-        * this is defered until closeversion() is called.
+        * this is deferred until closeversion() is called.
         */
        if (result == ISC_R_SUCCESS && version == NULL && !IS_CACHE(rbtdb))
                iszonesecure(db, rbtdb->current_version, rbtdb->origin_node);
@@ -6872,7 +6872,7 @@ dns_rbtdb_create
        isc_mem_attach(mctx, &rbtdb->common.mctx);
 
        /*
-        * Must be initalized before free_rbtdb() is called.
+        * Must be initialized before free_rbtdb() is called.
         */
        isc_ondestroy_init(&rbtdb->common.ondest);
 
index 451c6b841b70b89388e3397c9c2a0b3931684aa7..a2ab7860cc68a013a64c46e224ceefa8e7df52da 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rdataset.c,v 1.82 2008/09/24 02:46:22 marka Exp $ */
+/* $Id: rdataset.c,v 1.83 2009/01/17 14:53:36 fdupont Exp $ */
 
 /*! \file */
 
@@ -342,7 +342,7 @@ towiresorted(dns_rdataset_t *rdataset, const dns_name_t *owner_name,
        }
 
        /*
-        * Do we want to shuffle this anwer?
+        * Do we want to shuffle this answer?
         */
        if (!question && count > 1 &&
            (!WANT_FIXED(rdataset) || order != NULL) &&
index 610d44fb1a0c3804a0c209a134980ba6f64f968a..dceacdbd718fa0c98468fee41a507a72077932d3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rdataslab.c,v 1.48 2008/09/24 02:46:22 marka Exp $ */
+/* $Id: rdataslab.c,v 1.49 2009/01/17 14:55:03 fdupont Exp $ */
 
 /*! \file */
 
@@ -62,7 +62,7 @@
  *
  * DNSSEC order traversal is performed by walking the data records.
  *
- * The order is stored with record to allow for efficient reconstuction of
+ * The order is stored with record to allow for efficient reconstruction
  * of the offset table following a merge or subtraction.
  *
  * The iterator methods here currently only support DNSSEC order iteration.
index af756686a42be997de2d455d9ccaf68dd4b26f87..943369e3ed42d358216b182da65ecace15e92c21 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: request.c,v 1.82 2008/07/22 03:43:04 marka Exp $ */
+/* $Id: request.c,v 1.83 2009/01/17 14:56:25 fdupont Exp $ */
 
 /*! \file */
 
@@ -95,7 +95,7 @@ struct dns_request {
 #define DNS_REQUEST_F_SENDING 0x0002
 #define DNS_REQUEST_F_CANCELED 0x0004  /*%< ctlevent received, or otherwise
                                           synchronously canceled */
-#define DNS_REQUEST_F_TIMEDOUT 0x0008  /*%< cancelled due to a timeout */
+#define DNS_REQUEST_F_TIMEDOUT 0x0008  /*%< canceled due to a timeout */
 #define DNS_REQUEST_F_TCP 0x0010       /*%< This request used TCP */
 #define DNS_REQUEST_CANCELED(r) \
        (((r)->flags & DNS_REQUEST_F_CANCELED) != 0)
@@ -197,7 +197,7 @@ dns_requestmgr_create(isc_mem_t *mctx,
                dns_dispatch_attach(dispatchv6, &requestmgr->dispatchv6);
        requestmgr->mctx = NULL;
        isc_mem_attach(mctx, &requestmgr->mctx);
-       requestmgr->eref = 1;   /* implict attach */
+       requestmgr->eref = 1;   /* implicit attach */
        requestmgr->iref = 0;
        ISC_LIST_INIT(requestmgr->whenshutdown);
        ISC_LIST_INIT(requestmgr->requests);
index a9b02e21c0953120540f0ea0874d280f7073660e..c243fb5fe56eca9ce05c24c19a7eb42ebbfab0e2 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.388 2009/01/07 23:47:46 tbox Exp $ */
+/* $Id: resolver.c,v 1.389 2009/01/17 14:59:03 fdupont Exp $ */
 
 /*! \file */
 
@@ -3839,7 +3839,7 @@ validated(isc_task_t *task, isc_event_t *event) {
                /*
                 * If we are asking for a SOA record set the cache time
                 * to zero to facilitate locating the containing zone of
-                * a arbitary zone.
+                * a arbitrary zone.
                 */
                ttl = fctx->res->view->maxncachettl;
                if (fctx->type == dns_rdatatype_soa &&
@@ -4266,7 +4266,7 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adbaddrinfo_t *addrinfo,
                                         * Defer any further validations.
                                         * This prevents multiple validators
                                         * from manipulating fctx->rmessage
-                                        * simultaniously.
+                                        * simultaneously.
                                         */
                                        valoptions |= DNS_VALIDATOR_DEFER;
                                }
@@ -4582,7 +4582,7 @@ ncache_message(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo,
        /*
         * If we are asking for a SOA record set the cache time
         * to zero to facilitate locating the containing zone of
-        * a arbitary zone.
+        * a arbitrary zone.
         */
        ttl = fctx->res->view->maxncachettl;
        if (fctx->type == dns_rdatatype_soa &&