From 82fb23b2cc78fade702316d00510efcf9d65954f Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 28 Mar 2011 15:01:43 +0000 Subject: More changes from Uros git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3431 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 739f6a98b..f7ebd9c82 100644 --- a/nuttx/include/sched.h +++ b/nuttx/include/sched.h @@ -66,7 +66,7 @@ /* Non-standard Helper **********************************************************/ /* One processor family supported by NuttX has a single, fixed hardware stack. * That is the 8051 family. So for that family only, there is a variant form - * of task_create() that does not task a stack size of a parameter. The following + * of task_create() that does not take a stack size parameter. The following * helper macro is provided to work around the ugliness of that exception. */ -- cgit v1.2.3