diff options
author | Jim Meyering <jim@meyering.net> | 2011-04-22 21:34:32 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 21:34:32 -0400 |
commit | ded5b9b7c7c0afc7edc520911d76558564638bda (patch) | |
tree | ec9520664a3c01f979e2be5d07ceb678e6226a46 /nscd | |
parent | e84142d2a9eed278ecf869459a5de0b640074517 (diff) | |
download | glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz |
Remove doubled words.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/connections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index d9878fa590..1e47931bd2 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1583,7 +1583,7 @@ nscd_run_prune (void *p) /* This is the main loop. It is replicated in different threads but - the the use of the ready list makes sure only one thread handles an + the use of the ready list makes sure only one thread handles an incoming connection. */ static void * __attribute__ ((__noreturn__)) |