From 152303bce02d397ec879aaf83df2e14411dd3c5a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 22 Sep 1999 00:27:20 +0000 Subject: [PATCH] update comment --- lib/dns/include/dns/rdataset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/rdataset.h b/lib/dns/include/dns/rdataset.h index 59edf07c27..9762c75a76 100644 --- a/lib/dns/include/dns/rdataset.h +++ b/lib/dns/include/dns/rdataset.h @@ -288,7 +288,7 @@ dns_rdataset_towire(dns_rdataset_t *rdataset, unsigned int *countp); /* * Convert 'rdataset' to wire format, compressing names as specified - * in cctx, and storing the result in 'target'. + * in 'cctx', and storing the result in 'target'. * * Notes: * The rdata cursor position will be changed. @@ -305,7 +305,7 @@ dns_rdataset_towire(dns_rdataset_t *rdataset, * Ensures: * On a return of DNS_R_SUCCESS, 'target' contains a wire format * for the data contained in 'rdataset'. Any error return leaves - * the buffer in an undefined state. + * the buffer unchanged. * * *countp has been incremented by the number of RRs added to * target.