[PATCH] Typo in pthread.h
Samuel Thibault
samuel.thibault@ens-lyon.org
Sat May 17 14:08:00 GMT 2008
[nptl/ChangeLog]
2008-05-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/pthread/pthread.h (pthread_getattr_np): Fix a typo.
Index: nptl/sysdeps/pthread/pthread.h
===================================================================
RCS file: /cvs/glibc/libc/nptl/sysdeps/pthread/pthread.h,v
retrieving revision 1.46
diff -u -p -r1.46 pthread.h
--- nptl/sysdeps/pthread/pthread.h 7 Dec 2007 16:47:21 -0000 1.46
+++ nptl/sysdeps/pthread/pthread.h 17 May 2008 09:36:23 -0000
@@ -399,7 +399,7 @@ extern int pthread_attr_getaffinity_np (
/* 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 __nonnull ((2));
More information about the Libc-alpha
mailing list