This commit is contained in:
Bob Halley 1999-01-28 23:52:24 +00:00
parent bcfcece57e
commit 2cd0c38115
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ dns_rdataset_invalidate(dns_rdataset_t *rdataset);
void
dns_rdataset_disassociate(dns_rdataset_t *rdataset);
/*
* Disassocate 'rdataset' from its rdata, allowing it to be reused.
* Disassociate 'rdataset' from its rdata, allowing it to be reused.
*
* Notes:
* The client must ensure it has no references to rdata in the rdataset

View file

@ -71,7 +71,7 @@ void
dns_rdataset_disassociate(dns_rdataset_t *rdataset) {
/*
* Disassocate 'rdataset' from its rdata, allowing it to be reused.
* Disassociate 'rdataset' from its rdata, allowing it to be reused.
*/
REQUIRE(DNS_RDATASET_VALID(rdataset));