diff --git a/include/sched.h b/include/sched.h
index 51fa19b95fa31e9ae8b8ce000ad3b45634d695be..bab6f517f91f93568bd562a59c33f4cf5364b975 100644
--- a/include/sched.h
+++ b/include/sched.h
@@ -188,7 +188,7 @@ struct _TCB
                                   /* (for debug purposes only)        */
   FAR void *stack_alloc_ptr;      /* Pointer to allocated stack       */
                                   /* Need to deallocate stack         */
-  FAR void *adj_stack_ptr;        /* Adjusted StatckAllocPtr for HW   */
+  FAR void *adj_stack_ptr;        /* Adjusted stack_alloc_ptr for HW  */
                                   /* The initial stack pointer value  */
 #endif