summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 08:49:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 08:49:06 +0000
commit166b02dfe61fc6b5b42c4df1681533cb387299a5 (patch)
treea9eb85047f608e47a69d0f351676bc48f2063669 /cpukit
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-166b02dfe61fc6b5b42c4df1681533cb387299a5.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h: Typo fixes.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ff22d5e5a5..c10520342c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
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:
Include <pthread.h> (Missing prototypes).
* posix/src/mqueuetranslatereturncode.c:
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 40edfb7339..3faeb57be8 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -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.