svn commit: trunk/busybox/networking
vda at busybox.net
vda at busybox.net
Tue Oct 16 15:01:23 PDT 2007
Author: vda
Date: 2007-10-16 15:01:23 -0700 (Tue, 16 Oct 2007)
New Revision: 20267
Log:
telnetd: fix comment
Modified:
trunk/busybox/networking/telnetd.c
Changeset:
Modified: trunk/busybox/networking/telnetd.c
===================================================================
--- trunk/busybox/networking/telnetd.c 2007-10-16 21:35:17 UTC (rev 20266)
+++ trunk/busybox/networking/telnetd.c 2007-10-16 22:01:23 UTC (rev 20267)
@@ -262,7 +262,7 @@
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;
}
More information about the busybox-cvs
mailing list