dns_db_closeversion(db, &version, ISC_TRUE);
/*
- * Lock hierachy zmgr, zone, raw.
+ * Lock hierarchy: zmgr, zone, raw.
*/
LOCK_ZONE(zone);
if (inline_secure(zone))
result = tresult;
/*
- * Lock hierachy zmgr, zone, raw.
+ * Lock hierarchy: zmgr, zone, raw.
*/
LOCK_ZONE(zone);
if (inline_secure(zone))
TIME_NOW(&loadtime);
/*
- * Lock hierachy zmgr, zone, raw.
+ * Lock hierarchy: zmgr, zone, raw.
*/
LOCK_ZONE(zone);
if (inline_secure(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) {
REQUIRE(raw->secure == NULL);
/*
- * Lock heirachy: zmgr, zone, raw.
+ * Lock hierarchy: zmgr, zone, raw.
*/
zmgr = zone->zmgr;
RWLOCK(&zmgr->rwlock, isc_rwlocktype_write);