[git commit] commentary typo fix

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed May 11 20:22:51 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=4eebb1ab2c9954b9b1ef7480c4d2a797513193de
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

s/decriptor/descriptor/

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libpthread/linuxthreads.old_db/td_ta_delete.c |    2 +-
 libpthread/linuxthreads_db/td_ta_delete.c     |    2 +-
 libpthread/nptl/ChangeLog                     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libpthread/linuxthreads.old_db/td_ta_delete.c b/libpthread/linuxthreads.old_db/td_ta_delete.c
index 0e6ec17..be1165a 100644
--- a/libpthread/linuxthreads.old_db/td_ta_delete.c
+++ b/libpthread/linuxthreads.old_db/td_ta_delete.c
@@ -45,7 +45,7 @@ td_ta_delete (td_thragent_t *ta)
 	runp = runp->next;
 
       if (runp->next == NULL)
-	/* It's not a valid decriptor since it is not in the list.  */
+	/* It's not a valid descriptor since it is not in the list.  */
 	return TD_BADTA;
 
       runp->next = runp->next->next;
diff --git a/libpthread/linuxthreads_db/td_ta_delete.c b/libpthread/linuxthreads_db/td_ta_delete.c
index 0e6ec17..be1165a 100644
--- a/libpthread/linuxthreads_db/td_ta_delete.c
+++ b/libpthread/linuxthreads_db/td_ta_delete.c
@@ -45,7 +45,7 @@ td_ta_delete (td_thragent_t *ta)
 	runp = runp->next;
 
       if (runp->next == NULL)
-	/* It's not a valid decriptor since it is not in the list.  */
+	/* It's not a valid descriptor since it is not in the list.  */
 	return TD_BADTA;
 
       runp->next = runp->next->next;
diff --git a/libpthread/nptl/ChangeLog b/libpthread/nptl/ChangeLog
index 8ec6acd..ec22ebb 100644
--- a/libpthread/nptl/ChangeLog
+++ b/libpthread/nptl/ChangeLog
@@ -10308,7 +10308,7 @@
 
 	* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Define
 	SINGLE_THREAD_P.  If in libc or libpthread examine multiple_thread
-	member of thread decriptor, otherwise return unconditionally 1.
+	member of thread descriptor, otherwise return unconditionally 1.
 
 2002-12-14  Ulrich Drepper  <drepper at redhat.com>
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list