summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 08:52:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 08:52:07 +0000
commit76f16779377bb8208d164acb04069eabef20c98f (patch)
tree206c92582ba14689a3ca38cd0b2b7d729a385da4 /cpukit
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-76f16779377bb8208d164acb04069eabef20c98f.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/pthread.c: Fix typos.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/posix/src/pthread.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 596bb36458..4f25ec304e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/pthread.c: Fix typos.
* posix/src/pthreadinitthreads.c: Fix typos.
* rtems/include/rtems/rtems/tasks.h: Fix typos.
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index fb5eb377e0..7827b148a9 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -295,7 +295,7 @@ static void _POSIX_Threads_Exitted_extension(
* _POSIX_Threads_Initialize_user_threads
*
* This routine creates and starts all configured user
- * initialzation threads.
+ * initialization threads.
*/
static void _POSIX_Threads_Initialize_user_threads( void )
{