From: Jelte Jansen Date: Tue, 22 Nov 2005 13:35:27 +0000 (+0000) Subject: little typo X-Git-Tag: release-1.1.0~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6aede582d15d2a2d8ec8d1be9ede6d608380676;p=thirdparty%2Fldns.git little typo --- diff --git a/ldns/dname.h b/ldns/dname.h index 6098ba60..26c5b215 100644 --- a/ldns/dname.h +++ b/ldns/dname.h @@ -89,7 +89,7 @@ bool ldns_dname_is_subdomain(const ldns_rdf *sub, const ldns_rdf *parent); * Compares the two dname rdf's according to the algorithm for ordering * in RFC4034 Section 6. * \param[in] dname1 First dname rdf to compare - * \param[in] dname1 Second dname rdf to compare + * \param[in] dname2 Second dname rdf to compare * \return -1 if dname1 comes before dname2, 1 if dname1 comes after dname2, and 0 if they are equal. */ int ldns_dname_compare(const ldns_rdf *dname1, const ldns_rdf *dname2);