svn commit: trunk/uClibc/libpthread: linuxthreads/sysdeps/pthread linuxthread etc...

aldot at uclibc.org aldot at uclibc.org
Wed Jan 21 23:18:42 UTC 2009


Author: aldot
Date: 2009-01-21 23:18:41 +0000 (Wed, 21 Jan 2009)
New Revision: 24948

Log:
- commentary typo fix


Modified:
   trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
   trunk/uClibc/libpthread/linuxthreads/sysdeps/pthread/pthread.h


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads/sysdeps/pthread/pthread.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads/sysdeps/pthread/pthread.h	2009-01-21 22:22:39 UTC (rev 24947)
+++ trunk/uClibc/libpthread/linuxthreads/sysdeps/pthread/pthread.h	2009-01-21 23:18:41 UTC (rev 24948)
@@ -292,7 +292,7 @@
 
 #ifdef __USE_GNU
 /* Initialize thread attribute *ATTR with attributes corresponding to the
-   already running thread TH.  It shall be called on unitialized ATTR
+   already running thread TH.  It shall be called on uninitialized ATTR
    and destroyed with pthread_attr_destroy when no longer needed.  */
 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) __THROW;
 #endif

Modified: trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h	2009-01-21 22:22:39 UTC (rev 24947)
+++ trunk/uClibc/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h	2009-01-21 23:18:41 UTC (rev 24948)
@@ -295,7 +295,7 @@
 
 #ifdef __USE_GNU
 /* Initialize thread attribute *ATTR with attributes corresponding to the
-   already running thread TH.  It shall be called on unitialized ATTR
+   already running thread TH.  It shall be called on uninitialized ATTR
    and destroyed with pthread_attr_destroy when no longer needed.  */
 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) __THROW;
 #endif



More information about the uClibc-cvs mailing list