summaryrefslogtreecommitdiff
path: root/nptl/tst-kill4.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2011-04-22 21:34:32 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-22 21:34:32 -0400
commitded5b9b7c7c0afc7edc520911d76558564638bda (patch)
treeec9520664a3c01f979e2be5d07ceb678e6226a46 /nptl/tst-kill4.c
parente84142d2a9eed278ecf869459a5de0b640074517 (diff)
Remove doubled words.
Diffstat (limited to 'nptl/tst-kill4.c')
-rw-r--r--nptl/tst-kill4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-kill4.c b/nptl/tst-kill4.c
index a1b97e7b26..15626db6b6 100644
--- a/nptl/tst-kill4.c
+++ b/nptl/tst-kill4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2006, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
@@ -67,7 +67,7 @@ do_test (void)
/* The following only works because we assume here something about
the implementation. Namely, that the memory allocated for the
- thread descriptor is not going away, that the the TID field is
+ thread descriptor is not going away, that the TID field is
cleared and therefore the signal is sent to process 0, and that
we can savely assume there is no other process with this ID at
that time. */