Index: uspace/lib/c/generic/rtld/module.c
===================================================================
--- uspace/lib/c/generic/rtld/module.c	(revision 742fc98ed97374a32d3801aba30786b37c425e30)
+++ uspace/lib/c/generic/rtld/module.c	(revision 86b70c6fa1a6e0fc138e6294cb6cfe8bda4535d3)
@@ -353,5 +353,6 @@
 		rtld->tls_align = max(rtld->tls_align, m->tls_align);
 
-		/* We are allocating spans "backwards", here,
+		/*
+		 * We are allocating spans "backwards", here,
 		 * as described in U. Drepper's paper.
 		 */
@@ -361,5 +362,6 @@
 	}
 
-	/* We are in negative offsets. In order for the alignments to
+	/*
+	 * We are in negative offsets. In order for the alignments to
 	 * be correct, "zero" offset (i.e. the total size) must be aligned
 	 * to the strictest alignment present.
