From df4ee2698825e26895ca088af7df925b48e65bf1 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 17 Jun 1999 05:53:53 +0000 Subject: [PATCH] clarified some comments --- lib/dns/include/dns/db.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/include/dns/db.h b/lib/dns/include/dns/db.h index f16f82bb71..a7c16f3ee1 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.h @@ -816,7 +816,7 @@ dns_db_addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, * now + rdataset->ttl. * * If 'addedrdataset' is not NULL, then it will be attached to the - * rdataset added to the database. + * resulting new rdataset in the database. * * Requires: * @@ -856,8 +856,8 @@ dns_db_subtractrdataset(dns_db_t *db, dns_dbnode_t *node, * Notes: * * If 'newrdataset' is not NULL, then it will be attached to the - * rdataset added to the database, unless the rdataset has become - * nonexistent. + * resulting new rdataset in the database, unless the rdataset has + * become nonexistent. * * Requires: *