summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Wagner <wferi@niif.hu>2009-09-05 18:42:06 +0200
committerH. Peter Anvin <hpa@zytor.com>2009-09-14 14:41:07 -0700
commit85029077c86769bc53e17c1cfaf393a1fe6ba59d (patch)
treea6ee4e3f7c44a1c1506cc73e8474b13aa8e43018
parent3f2bc9833d8b4642aac2866f7718c80d5c0b52be (diff)
downloadtftp-hpa-85029077c86769bc53e17c1cfaf393a1fe6ba59d.tar.gz
Fix comment typo
Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--tftpd/tftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c
index 721ebd8..1f5d9d6 100644
--- a/tftpd/tftpd.c
+++ b/tftpd/tftpd.c
@@ -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");