]> andersk Git - openssh.git/commitdiff
- nino@cvs.openbsd.org 2003/06/12 15:34:09
authordjm <djm>
Wed, 18 Jun 2003 10:26:34 +0000 (10:26 +0000)
committerdjm <djm>
Wed, 18 Jun 2003 10:26:34 +0000 (10:26 +0000)
     [scp.c]
     Typo. Ok markus@.

ChangeLog
scp.c

index bcdae10e5d14c3068a5a52dda349c0ebc688e654..cad1f3d1e31d87c5afb39e895d2df60d66bf24ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
    - djm@cvs.openbsd.org 2003/06/12 12:22:47
      [LICENCE]
      mention more copyright holders; ok markus@
+   - nino@cvs.openbsd.org 2003/06/12 15:34:09
+     [scp.c]
+     Typo. Ok markus@.
 
 20030614
  - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
diff --git a/scp.c b/scp.c
index 16734875b78fa268e89c11a5d73d58fbdb7242e6..1cd0c55a46607411ee76ee4953d9889c627dfa04 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -71,7 +71,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.105 2003/06/04 12:40:39 djm Exp $");
+RCSID("$OpenBSD: scp.c,v 1.106 2003/06/12 15:34:09 nino Exp $");
 
 #include "xmalloc.h"
 #include "atomicio.h"
@@ -151,7 +151,7 @@ do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout, int argc)
        close(reserved[0]);
        close(reserved[1]);
 
-       /* For a child to execute the command on the remote host using ssh. */
+       /* Fork a child to execute the command on the remote host using ssh. */
        do_cmd_pid = fork();
        if (do_cmd_pid == 0) {
                /* Child. */
This page took 0.079756 seconds and 5 git commands to generate.