Index: generic/include/proc/task.h
===================================================================
--- generic/include/proc/task.h	(revision 4fded58aa3e9d077e85ec03f4c86b755c84c174a)
+++ generic/include/proc/task.h	(revision 39031ccf2e1d346ba441a3edb5a47b38c426d640)
@@ -57,7 +57,7 @@
 	
 	/**
-	  * Serializes access to the B+tree of task's futexes. This mutex is
-	  * independent on the task spinlock.
-	  */
+	 * Serializes access to the B+tree of task's futexes. This mutex is
+	 * independent on the task spinlock.
+	 */
 	mutex_t futexes_lock;
 	btree_t futexes;	/**< B+tree of futexes referenced by this task. */
