Index: generic/src/main/main.c
===================================================================
--- generic/src/main/main.c	(revision ad45bde902facf893e06d19f51ac7e543fcf12f6)
+++ generic/src/main/main.c	(revision dbbeb263a0a4a4e72142ee94c6c579f349ba17af)
@@ -96,5 +96,5 @@
 #define CONFIG_STACK_SIZE	((1<<STACK_FRAMES)*STACK_SIZE)
 
-/** Bootstrap CPU main kernel routine
+/** Main kernel routine for bootstrap CPU.
  *
  * Initializes the kernel by bootstrap CPU.
@@ -138,5 +138,5 @@
 
 
-/** Bootstrap CPU main kernel routine stack wrapper
+/** Main kernel routine for bootstrap CPU using new stack.
  *
  * Second part of main_bsp().
@@ -225,5 +225,5 @@
 
 #ifdef CONFIG_SMP
-/** Application CPUs main kernel routine
+/** Main kernel routine for application CPUs.
  *
  * Executed by application processors, temporary stack
@@ -276,5 +276,5 @@
 
 
-/** Application CPUs main kernel routine stack wrapper
+/** Main kernel routine for application CPUs using new stack.
  *
  * Second part of main_ap().
