diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-12 02:11:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-12 02:11:32 +0000 |
commit | 2461e3dc09008fecc21fb5d23b9d76da2640e3f3 (patch) | |
tree | bf81ddba0fee36e12884aa258d24a9a6f9914ccb /nscd | |
parent | 26cec518ac1aa45492d8668eed3af920d866b32b (diff) | |
download | glibc-2461e3dc09008fecc21fb5d23b9d76da2640e3f3.tar.gz glibc-2461e3dc09008fecc21fb5d23b9d76da2640e3f3.tar.xz glibc-2461e3dc09008fecc21fb5d23b9d76da2640e3f3.zip |
[BZ #1294]
2005-11-11 Ulrich Drepper <drepper@redhat.com> [BZ #1294] * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.
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 ce1348b069..137cfb239a 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1656,7 +1656,7 @@ main_loop_epoll (int efd) /* Remove the descriptor from the epoll descriptor. */ (void) epoll_ctl (efd, EPOLL_CTL_DEL, revs[cnt].data.fd, NULL); - /* Get a worked to handle the request. */ + /* Get a worker to handle the request. */ fd_ready (revs[cnt].data.fd); /* Reset the time. */ |