]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
fixed doxygen warning
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 9 Jan 2006 11:10:43 +0000 (11:10 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Mon, 9 Jan 2006 11:10:43 +0000 (11:10 +0000)
ldns/util.h.in

index dc146f0a065c0ed60bd8ca60532421b47a8572af..d2c7b1c658948f20ad584908a56bda84d2341671 100644 (file)
@@ -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);