2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>

* rtems/include/rtems/rtems/tasks.h: Typo fixes.
This commit is contained in:
Ralf Corsepius
2011-12-05 08:49:06 +00:00
parent 98c1e0d288
commit 166b02dfe6
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h: Typo fixes.
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/pthreadatfork.c:
+2 -2
View File
@@ -468,7 +468,7 @@ rtems_id rtems_task_self(void);
* @brief _RTEMS_tasks_Initialize_user_tasks
*
* This routine creates and starts all configured user
* initialzation threads.
* initialization threads.
*
* Input parameters: NONE
*
@@ -477,7 +477,7 @@ rtems_id rtems_task_self(void);
void _RTEMS_tasks_Initialize_user_tasks( void );
/**
* @brief _RTEMS_Tasks_Invoke_task_variable_dtor(
* @brief _RTEMS_Tasks_Invoke_task_variable_dtor
*
* This routine invokes the optional user provided destructor on the
* task variable and frees the memory for the task variable.