summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog3
-rw-r--r--cpukit/posix/src/pthreadinitthreads.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c10520342c..596bb36458 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,7 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
- * rtems/include/rtems/rtems/tasks.h: Typo fixes.
+ * posix/src/pthreadinitthreads.c: Fix typos.
+ * rtems/include/rtems/rtems/tasks.h: Fix typos.
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/cpukit/posix/src/pthreadinitthreads.c b/cpukit/posix/src/pthreadinitthreads.c
index cf40988cac..2d856bac04 100644
--- a/cpukit/posix/src/pthreadinitthreads.c
+++ b/cpukit/posix/src/pthreadinitthreads.c
@@ -36,7 +36,7 @@
* _POSIX_Threads_Initialize_user_threads_body
*
* This routine creates and starts all configured user
- * initialzation threads.
+ * initialization threads.
*
* Input parameters: NONE
*