aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-16 22:01:23 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-16 22:01:23 +0000
commit23c8128916d9a40b473557a11d431549a94604f1 (patch)
treed7fd26287ae8a345dd20a7a24a884b32e1ae1196 /networking
parentf472b237a1590bd4a20cb89ac6edc5f8a19ddbf3 (diff)
downloadbusybox-23c8128916d9a40b473557a11d431549a94604f1.tar.gz
telnetd: fix comment
Diffstat (limited to 'networking')
-rw-r--r--networking/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index f06bff8b9..8cadc6344 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -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;
}