summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 )
{