Index: uspace/lib/c/generic/adt/hash_table.c
===================================================================
--- uspace/lib/c/generic/adt/hash_table.c	(revision b2906c096fbedc1a9cbec10ad51c63e093dd375c)
+++ uspace/lib/c/generic/adt/hash_table.c	(revision 1d81eb664df83c44366f07432eb4b158c0be77a4)
@@ -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.
  * 
