Index: kernel/generic/include/mm/as.h
===================================================================
--- kernel/generic/include/mm/as.h	(revision 80bcaed11c2e767559657092d6c13d1a7fdd449c)
+++ kernel/generic/include/mm/as.h	(revision 52c79ac323b577fe6bcbf65a35e13e5e0d2043cb)
@@ -168,5 +168,7 @@
 	/** Containing address space. */
 	as_t *as;		
-	/** Flags related to the memory represented by the address space area. */
+	/**
+	 * Flags related to the memory represented by the address space area.
+	 */
 	int flags;
 	/** Attributes related to the address space area itself. */
@@ -180,6 +182,6 @@
 
 	/**
-	 * If the address space area has been shared, this pointer will reference
-	 * the share info structure.
+	 * If the address space area has been shared, this pointer will
+	 * reference the share info structure.
 	 */
 	share_info_t *sh_info;
