diff options
Diffstat (limited to 'nslcd/daemonize.c')
-rw-r--r-- | nslcd/daemonize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/daemonize.c b/nslcd/daemonize.c index 60f2d91..d11d358 100644 --- a/nslcd/daemonize.c +++ b/nslcd/daemonize.c @@ -89,7 +89,7 @@ static int read_response(int fd, char *buffer, size_t bufsz) return r; } -/* ihe process calling daemonize_daemon() will end up here on success */ +/* The parent process calling daemonize_daemon() will end up here on success */ static int wait_for_response(int fd) { int i, l, rc; |