From 66cabfeebb4d3d57feef44f1d8511624906827a7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 19 Mar 2007 21:42:11 +0000 Subject: [PATCH] Typo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@102 42af7a65-404d-4744-a932-0658087f49c3 --- include/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sched.h b/include/sched.h index 51fa19b95f..bab6f517f9 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