Index: kernel/generic/src/proc/thread.c
===================================================================
--- kernel/generic/src/proc/thread.c	(revision 5a5269df4bb8693ab8e38af0622b7fa6365b9535)
+++ kernel/generic/src/proc/thread.c	(revision 2f7dfc2e6c4bf387d21a872fcbcc5db3cf049077)
@@ -191,6 +191,8 @@
 	kmflags &= ~FRAME_HIGHMEM;
 
-	// 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.
+	 */
 
 	uintptr_t stack_phys =
