Index: uspace/lib/c/generic/elf/elf.c
===================================================================
--- uspace/lib/c/generic/elf/elf.c	(revision 888a2c6b5494acd8c90d49e4cb3d98f1ed7cb0fc)
+++ uspace/lib/c/generic/elf/elf.c	(revision 4f8772d4d5ecb28999d787aebab937222f9f97d8)
@@ -96,5 +96,6 @@
 	assert(elf_is_valid(hdr));
 
-	/* There are two legal options for a HelenOS ELF file.
+	/*
+	 * There are two legal options for a HelenOS ELF file.
 	 * Either the file is ET_DYN (shared library or PIE), and the base is
 	 * (required to be) at vaddr 0. Or the file is ET_EXEC (non-relocatable)
Index: uspace/lib/c/generic/elf/elf_mod.c
===================================================================
--- uspace/lib/c/generic/elf/elf_mod.c	(revision 888a2c6b5494acd8c90d49e4cb3d98f1ed7cb0fc)
+++ uspace/lib/c/generic/elf/elf_mod.c	(revision 4f8772d4d5ecb28999d787aebab937222f9f97d8)
@@ -189,5 +189,6 @@
 	}
 
-	/* Read program header table.
+	/*
+	 * Read program header table.
 	 * Normally, there are very few program headers, so don't bother
 	 * with allocating memory dynamically.
@@ -239,5 +240,6 @@
 		}
 
-		/* Attempt to allocate a span of memory large enough for the
+		/*
+		 * Attempt to allocate a span of memory large enough for the
 		 * shared object.
 		 */
