telnetd: fix comment
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 16 Oct 2007 22:01:23 +0000 (22:01 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 16 Oct 2007 22:01:23 +0000 (22:01 -0000)
networking/telnetd.c

index f06bff8..8cadc63 100644 (file)
@@ -262,7 +262,7 @@ make_new_session(
        if (pid < 0) {
                free(ts);
                close(fd);
-               /* sock_r and sock_w will be closed by caller */
+               /* sock will be closed by caller */
                bb_perror_msg("vfork");
                return NULL;
        }