From: Jelte Jansen Date: Mon, 9 Jan 2006 11:10:43 +0000 (+0000) Subject: fixed doxygen warning X-Git-Tag: release-1.1.0~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb337fa108f69d3f42535a4d76a7aaecdcb6965;p=thirdparty%2Fldns.git fixed doxygen warning --- diff --git a/ldns/util.h.in b/ldns/util.h.in index dc146f0a..d2c7b1c6 100644 --- a/ldns/util.h.in +++ b/ldns/util.h.in @@ -146,7 +146,7 @@ ldns_lookup_table *ldns_lookup_by_name(ldns_lookup_table table[], /** * Looks up the table entry by id, returns NULL if not found. * \param[in] table the lookup table to search in - * \param[in] name what to search for + * \param[in] id what to search for * \return the item found */ ldns_lookup_table *ldns_lookup_by_id(ldns_lookup_table table[], int id);