summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-21 23:19:15 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-01-21 23:19:15 +0000
commit7852fd09e81e6fb2aad500269bd3807321c0bf17 (patch)
treeea121d6cb75d1e7d8aa42a4ddd0f29ea4bc0bd90
parent9d5d4d8082544d60460c78479dbb9ae47a3abd69 (diff)
downloaduClibc-alpine-7852fd09e81e6fb2aad500269bd3807321c0bf17.tar.bz2
uClibc-alpine-7852fd09e81e6fb2aad500269bd3807321c0bf17.tar.xz
- pull r24948 from trunk (commentary typo)
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/pthread.h2
-rw-r--r--libpthread/linuxthreads/sysdeps/pthread/pthread.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
index 870e37fa5..02db55ca5 100644
--- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
+++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
@@ -293,7 +293,7 @@ extern int pthread_attr_getstacksize (__const pthread_attr_t *__restrict
#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
diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h
index 0fa3be131..f6515273b 100644
--- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h
+++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h
@@ -290,7 +290,7 @@ extern int pthread_attr_getstacksize (__const pthread_attr_t *__restrict
#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