summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authordjm <djm>2003-06-18 10:26:34 +0000
committerdjm <djm>2003-06-18 10:26:34 +0000
commit9d864e9fbe280833c13dee22aaac83f0bb675a79 (patch)
treee1c8500c4bcc4315e96a159ed643058a0d0e8c77 /scp.c
parent259b451ab3225f97d86784a64b1f63484f6aa0fc (diff)
downloadopenssh-9d864e9fbe280833c13dee22aaac83f0bb675a79.tar.gz
- nino@cvs.openbsd.org 2003/06/12 15:34:09
[scp.c] Typo. Ok markus@.
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index 16734875..1cd0c55a 100644
--- 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. */