mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:02:06 -04:00
fix typo
This commit is contained in:
parent
bcfcece57e
commit
2cd0c38115
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue