=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- src/usr.bin/ssh/sshd.c 2000/01/31 23:57:01 1.83 +++ src/usr.bin/ssh/sshd.c 2000/02/01 13:52:26 1.84 @@ -11,7 +11,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.83 2000/01/31 23:57:01 markus Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.84 2000/02/01 13:52:26 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -2129,7 +2129,7 @@ /* Enter interactive session. */ server_loop(pid, ptyfd, fdout, -1); - /* server_loop has not closed ptyfd and fdout. */ + /* server_loop _has_ closed ptyfd and fdout. */ /* Cancel the cleanup function. */ fatal_remove_cleanup(pty_cleanup_proc, (void *) &cleanup_context);