From 475347bfb89b186f6ef0e60778f12379f32c1623 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 19 Mar 2007 21:42:11 +0000 Subject: Typo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@102 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/include/sched.h') diff --git a/nuttx/include/sched.h b/nuttx/include/sched.h index 51fa19b95..bab6f517f 100644 --- a/nuttx/include/sched.h +++ b/nuttx/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 -- cgit v1.2.3