From 76f16779377bb8208d164acb04069eabef20c98f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Dec 2011 08:52:07 +0000 Subject: =?UTF-8?q?2011-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/src/pthread.c: Fix typos. --- cpukit/ChangeLog | 1 + cpukit/posix/src/pthread.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + * 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 ) { -- cgit v1.2.3