telnetd: fix comment

1_8_stable
Denis Vlasenko 2007-10-16 22:01:23 +00:00
parent f472b237a1
commit 23c8128916
1 changed files with 1 additions and 1 deletions

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