]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorMark Andrews <marka@isc.org>
Fri, 2 Nov 2012 00:19:02 +0000 (11:19 +1100)
committerMark Andrews <marka@isc.org>
Fri, 2 Nov 2012 00:19:02 +0000 (11:19 +1100)
lib/dns/zone.c

index 3827ffca60dae896d5721839c8663850d45ddbeb..bc871e8558e2a41511b64800e27459ba49fd1662 100644 (file)
@@ -12798,7 +12798,7 @@ receive_secure_db(isc_task_t *task, isc_event_t *event) {
 
        dns_db_closeversion(db, &version, ISC_TRUE);
        /*
-        * Lock hierachy zmgr, zone, raw.
+        * Lock hierarchy: zmgr, zone, raw.
         */
        LOCK_ZONE(zone);
        if (inline_secure(zone))
@@ -13332,7 +13332,7 @@ zone_loaddone(void *arg, isc_result_t result) {
                result = tresult;
 
        /*
-        * Lock hierachy zmgr, zone, raw.
+        * Lock hierarchy: zmgr, zone, raw.
         */
        LOCK_ZONE(zone);
        if (inline_secure(zone))
@@ -15909,7 +15909,7 @@ dns_zone_dlzpostload(dns_zone_t *zone, dns_db_t *db)
        TIME_NOW(&loadtime);
 
        /*
-        * Lock hierachy zmgr, zone, raw.
+        * Lock hierarchy: zmgr, zone, raw.
         */
        LOCK_ZONE(zone);
        if (inline_secure(zone))
@@ -15959,7 +15959,7 @@ dns_zone_getserialupdatemethod(dns_zone_t *zone) {
 }
 
 /*
- * Lock hierachy zmgr, raw, zone.
+ * Lock hierarchy: zmgr, zone, raw.
  */
 isc_result_t
 dns_zone_link(dns_zone_t *zone, dns_zone_t *raw) {
@@ -15979,7 +15979,7 @@ dns_zone_link(dns_zone_t *zone, dns_zone_t *raw) {
        REQUIRE(raw->secure == NULL);
 
        /*
-        * Lock heirachy: zmgr, zone, raw.
+        * Lock hierarchy: zmgr, zone, raw.
         */
        zmgr = zone->zmgr;
        RWLOCK(&zmgr->rwlock, isc_rwlocktype_write);