Index: uspace/lib/c/generic/adt/hash_table.c
===================================================================
--- uspace/lib/c/generic/adt/hash_table.c	(revision 295ee02c50e19fcbbd3b498a7dca063487ab02c9)
+++ uspace/lib/c/generic/adt/hash_table.c	(revision 83b7f4d0e2775446c94394f1ea7f0544e6c78154)
@@ -190,5 +190,4 @@
  *
  * @param h    Hash table.
- * @param key  Array of all keys necessary to compute hash index.
  * @param item Item to be inserted into the hash table.
  */
@@ -210,5 +209,4 @@
  *
  * @param h    Hash table.
- * @param key  Array of all keys necessary to compute hash index.
  * @param item Item to be inserted into the hash table.
  * 
