Index: generic/src/mm/buddy.c
===================================================================
--- generic/src/mm/buddy.c	(revision 594a4685fd3e8f2a0240297164d050cbcb0f79d9)
+++ generic/src/mm/buddy.c	(revision db79676b6e013c2949140b944a6c7ec725db1d00)
@@ -41,5 +41,5 @@
  * @param max_order The biggest allocable size will be 2^max_order.
  * @param op Operations for new buddy system.
- * @param data Pointer to be used by implentation.
+ * @param data Pointer to be used by implementation.
  *
  * @return New buddy system.
@@ -86,6 +86,4 @@
 /** Allocate block from buddy system.
  *
- * Allocate block from buddy system.
- *
  * @param b Buddy system pointer.
  * @param i Returned block will be 2^i big.
@@ -147,6 +145,4 @@
 
 /** Return block to buddy system.
- *
- * Return block to buddy system.
  *
  * @param b Buddy system pointer.
