Index: kernel/generic/src/main/main.c
===================================================================
--- kernel/generic/src/main/main.c	(revision 60684765e01daf93191238a3e6a67d0b9d076124)
+++ kernel/generic/src/main/main.c	(revision edb57bc6e15358d5e60d694a899002cba9f8acd0)
@@ -170,6 +170,8 @@
 	    ALIGN_UP((uintptr_t) kdata_end - config.base, PAGE_SIZE);
 
-	// NOTE: All kernel stacks must be aligned to STACK_SIZE,
-	//       see get_stack_base().
+	/*
+	 * NOTE: All kernel stacks must be aligned to STACK_SIZE,
+	 *       see CURRENT.
+	 */
 
 	/* Place the stack after the kernel, init and ballocs. */
