summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 08:50:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 08:50:56 +0000
commite42e069eeb250e83f1954c419d381c4cfe9885a0 (patch)
tree5e0c453a443c2ececc1296689f8a52a8ec35fc7e /cpukit
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e42e069eeb250e83f1954c419d381c4cfe9885a0.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/pthreadinitthreads.c: Fix typos.
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
*