]> andersk Git - openssh.git/blobdiff - clientloop.c
- (djm) OpenBSD CVS updates
[openssh.git] / clientloop.c
index 5df584ab27e846b92305e8379975965b6737653d..f7ac7b3b02ce048c5c7d1f4d8f94b7e61e1ab24c 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.27 2000/06/20 01:39:40 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $");
 
 #include "xmalloc.h"
 #include "ssh.h"
@@ -778,7 +778,7 @@ client_loop(int have_pty, int escape_char_arg)
        if (have_pty)
                enter_raw_mode();
 
-       /* Check if we should immediately send of on stdin. */
+       /* Check if we should immediately send eof on stdin. */
        if (!compat20)
                client_check_initial_eof_on_stdin();
 
This page took 0.035135 seconds and 4 git commands to generate.