Index: generic/include/mm/buddy.h
===================================================================
--- generic/include/mm/buddy.h	(revision b6d4566fc9565b3a6eff5c6344350e4dbf778359)
+++ generic/include/mm/buddy.h	(revision 0cb56f5db21f80d518ed87fdf28a0b52e34a0612)
@@ -35,5 +35,5 @@
 #define BUDDY_SYSTEM_INNER_BLOCK	0xff
 
-/** Buddy system operations to be implemented by each implementations. */
+/** Buddy system operations to be implemented by each implementation. */
 struct buddy_system_operations {
 	link_t *(* find_buddy)(buddy_system_t *, link_t *);		/**< Return pointer to left-side or right-side buddy for block passed as argument. */
@@ -43,5 +43,5 @@
 	__u8 (*get_order)(buddy_system_t *, link_t *);			/**< Return order of block passed as argument. */
 	void (*mark_busy)(buddy_system_t *, link_t *);			/**< Mark block as busy */
-	void (*mark_available)(buddy_system_t *, link_t *);			/**< Mark block as busy */
+	void (*mark_available)(buddy_system_t *, link_t *);		/**< Mark block as busy */
 	/** Find parent of block that has given order  */
 	link_t *(* find_block)(buddy_system_t *, link_t *, __u8);
