Fix comment typo

Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
Ferenc Wagner 2009-09-05 18:42:06 +02:00 committed by H. Peter Anvin
parent 3f2bc9833d
commit 85029077c8

View file

@ -696,7 +696,7 @@ int main(int argc, char **argv)
}
#endif
/* Daemonize this process */
/* Note: when running in secure mode (-s), we must not chroot, since
/* Note: when running in secure mode (-s), we must not chdir, since
we are already in the proper directory. */
if (!nodaemon && daemon(secure, 0) < 0) {
syslog(LOG_ERR, "cannot daemonize: %m");