]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
little typo
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 22 Nov 2005 13:35:27 +0000 (13:35 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 22 Nov 2005 13:35:27 +0000 (13:35 +0000)
ldns/dname.h

index 6098ba6075f632244d9d0631c60a5352927515ed..26c5b215974187df08e0560137020cfe339828cc 100644 (file)
@@ -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);