Index: uspace/lib/c/generic/adt/hash_table.c
===================================================================
--- uspace/lib/c/generic/adt/hash_table.c	(revision 97b199b11f9c1a9257fe3e163804a1896715af01)
+++ uspace/lib/c/generic/adt/hash_table.c	(revision db71e2af5cdfe169de296e6f39b3e5eda7a966f6)
@@ -81,5 +81,6 @@
  * @param init_size Initial desired number of hash table buckets. Pass zero
  *                 if you want the default initial size. 
- * @param max_keys Maximal number of keys needed to identify an item.
+ * @param max_load The table is resized when the average load per bucket
+ *                 exceeds this number. Pass zero if you want the default.
  * @param op       Hash table operations structure. remove_callback()
  *                 is optional and can be NULL if no action is to be taken
