Index: uspace/srv/loader/main.c
===================================================================
--- uspace/srv/loader/main.c	(revision 2482192bf61c58001867ad739a00191a34cf90c6)
+++ uspace/srv/loader/main.c	(revision d50f3e57326cb44dd9890f1155095dc3a9804eea)
@@ -355,5 +355,4 @@
 	DPRINTF("Jump to entry point at %p\n", pcb.entry);
 
-	// mvolfik is very confused: why is __libc_fini called BEFORE jumping to entrypoint??
 	__libc_fini();
 	__tcb_reset();
