telnetd: fix comment

This commit is contained in:
Denis Vlasenko 2007-10-16 22:01:23 +00:00
parent f472b237a1
commit 23c8128916

View 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;
}