Index: uspace/lib/c/generic/malloc.c
===================================================================
--- uspace/lib/c/generic/malloc.c	(revision 18cc83cf2ce837ccf57cc87f761ed36d8926b52f)
+++ uspace/lib/c/generic/malloc.c	(revision 21799398fb5b1afa28852a26b87fcf58caf15a28)
@@ -67,7 +67,7 @@
 /** Heap shrink granularity
  *
- * Try not to pump and stress the heap to much
+ * Try not to pump and stress the heap too much
  * by shrinking and enlarging it too often.
- * A heap area won't shrunk if it the released
+ * A heap area won't shrink if the released
  * free block is smaller than this constant.
  *
