summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_setuptaskfiles.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-11 17:37:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-11 17:37:47 +0000
commit6877a8efaf6edad7dcff6412c1eb03973d080247 (patch)
tree700904d10859106a5fe5d49650d3ff89d9e5ea94 /nuttx/sched/sched_setuptaskfiles.c
parent8404d53e7285cad8c64992658a84a3d6809cef27 (diff)
downloadpx4-nuttx-6877a8efaf6edad7dcff6412c1eb03973d080247.tar.gz
px4-nuttx-6877a8efaf6edad7dcff6412c1eb03973d080247.tar.bz2
px4-nuttx-6877a8efaf6edad7dcff6412c1eb03973d080247.zip
task_create now accepts variable number of arguments; 8051 bringup changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/sched_setuptaskfiles.c')
-rw-r--r--nuttx/sched/sched_setuptaskfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_setuptaskfiles.c b/nuttx/sched/sched_setuptaskfiles.c
index 25275e89b..2aee2e3d1 100644
--- a/nuttx/sched/sched_setuptaskfiles.c
+++ b/nuttx/sched/sched_setuptaskfiles.c
@@ -99,7 +99,7 @@ int sched_setuptaskfiles(FAR _TCB *tcb)
}
#if CONFIG_NFILE_STREAMS > 0
- /* Allocate file strems for the TCB */
+ /* Allocate file streams for the TCB */
return sched_setupstreams(tcb);
#else