[syslinux] [tftpd PATCH 3/5] Fix comment typo

Ferenc Wagner wferi at niif.hu
Sat Sep 5 09:42:06 PDT 2009


Signed-off-by: Ferenc Wagner <wferi at niif.hu>
---

 tftpd/tftpd.c |    2 +-
 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");




More information about the Syslinux mailing list