summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-19 21:42:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-19 21:42:11 +0000
commit475347bfb89b186f6ef0e60778f12379f32c1623 (patch)
treef27e7a4ebbc2651c889f840436aa03583d996dd6
parentf2044c4e9230822e0f7940243c01c90868839765 (diff)
downloadpx4-nuttx-475347bfb89b186f6ef0e60778f12379f32c1623.tar.gz
px4-nuttx-475347bfb89b186f6ef0e60778f12379f32c1623.tar.bz2
px4-nuttx-475347bfb89b186f6ef0e60778f12379f32c1623.zip
Typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@102 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/include/sched.h2
1 files changed, 1 insertions, 1 deletions
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