Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-17 02:01:23 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-17 02:01:23 +0400
commit23c8128916d9a40b473557a11d431549a94604f1 (patch)
treed7fd26287ae8a345dd20a7a24a884b32e1ae1196 /networking/telnetd.c
parentf472b237a1590bd4a20cb89ac6edc5f8a19ddbf3 (diff)
telnetd: fix comment
Diffstat (limited to 'networking/telnetd.c')
-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;
}