mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:32:09 -04:00
unbalanced quotes in comment
This commit is contained in:
parent
923cbf79eb
commit
c9f54e6d04
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdataset.h,v 1.35 2000/08/01 01:24:33 tale Exp $ */
|
||||
/* $Id: rdataset.h,v 1.36 2000/09/08 21:35:45 gson Exp $ */
|
||||
|
||||
#ifndef DNS_RDATASET_H
|
||||
#define DNS_RDATASET_H 1
|
||||
|
|
@ -211,7 +211,7 @@ dns_rdataset_clone(dns_rdataset_t *source, dns_rdataset_t *target);
|
|||
* 'target' is a valid, dissociated rdataset.
|
||||
*
|
||||
* Ensures:
|
||||
* 'target' references the same rdataset as 'source.
|
||||
* 'target' references the same rdataset as 'source'.
|
||||
*/
|
||||
|
||||
unsigned int
|
||||
|
|
|
|||
Loading…
Reference in a new issue