diff options
Diffstat (limited to 'nscd/connections.c')
-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__)) |