summaryrefslogtreecommitdiff
path: root/nuttx/include/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/sched.h')
-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 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.
*/