2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00
This commit is contained in:
Mark Andrews
2003-02-26 01:21:09 +00:00
parent 6e0f975309
commit 71dfe8bb7a

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: db.h,v 1.71 2003/01/18 03:18:31 marka Exp $ */ /* $Id: db.h,v 1.72 2003/02/26 01:21:09 marka Exp $ */
#ifndef DNS_DB_H #ifndef DNS_DB_H
#define DNS_DB_H 1 #define DNS_DB_H 1
@@ -288,7 +288,7 @@ dns_db_ondestroy(dns_db_t *db, isc_task_t *task, isc_event_t **eventp);
* Causes 'eventp' to be sent to be sent to 'task' when the database is * Causes 'eventp' to be sent to be sent to 'task' when the database is
* destroyed. * destroyed.
* *
* Note; ownrship of the eventp is taken from the caller (and *eventp is * Note; ownership of the eventp is taken from the caller (and *eventp is
* set to NULL). The sender field of the event is set to 'db' before it is * set to NULL). The sender field of the event is set to 'db' before it is
* sent to the task. * sent to the task.
*/ */