mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:08:02 +08:00
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h: Typo fixes.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user