2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>

* posix/src/pthread.c: Fix typos.
This commit is contained in:
Ralf Corsepius
2011-12-05 08:52:07 +00:00
parent e42e069eeb
commit 76f1677937
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 )
{