summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old_db/td_ta_delete.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads.old_db/td_ta_delete.c')
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old_db/td_ta_delete.c b/libpthread/linuxthreads.old_db/td_ta_delete.c
index 0e6ec17d0..be1165af2 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;