Index: uspace/lib/c/generic/adt/hash_table.c
===================================================================
--- uspace/lib/c/generic/adt/hash_table.c	(revision 286286c5dfab310b2f006338cff4f2898bce1ca2)
+++ uspace/lib/c/generic/adt/hash_table.c	(revision d3a9ae741fa4b45ceb2552332ad3519381c720f1)
@@ -190,5 +190,5 @@
 }
 
-/** Apply fucntion to all items in hash table.
+/** Apply function to all items in hash table.
  *
  * @param h   Hash table.
Index: uspace/lib/c/generic/adt/list.c
===================================================================
--- uspace/lib/c/generic/adt/list.c	(revision 286286c5dfab310b2f006338cff4f2898bce1ca2)
+++ uspace/lib/c/generic/adt/list.c	(revision d3a9ae741fa4b45ceb2552332ad3519381c720f1)
@@ -33,5 +33,5 @@
 /**
  * @file
- * @brief	Functions completing doubly linked circular list implementaion.
+ * @brief	Functions completing doubly linked circular list implementation.
  *
  * This file contains some of the functions implementing doubly linked circular lists.
