diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-30 16:01:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-30 16:01:44 +0000 |
commit | 33fa35a4e3b5314037f52e9c194d3aba8083d283 (patch) | |
tree | c09b23aeec417f780ba2a62cdcfec2afcacbf59f /bin/cp/cp.c | |
parent | a55a8e423c836c2ba8ff126c701c463e350bbde5 (diff) |
Fix typo in comment; Bruno Rohee
Diffstat (limited to 'bin/cp/cp.c')
-rw-r--r-- | bin/cp/cp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index 2c5430e62b4..36dea977e4c 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cp.c,v 1.27 2003/07/29 00:24:14 deraadt Exp $ */ +/* $OpenBSD: cp.c,v 1.28 2003/10/30 16:01:43 millert Exp $ */ /* $NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $ */ /* @@ -43,7 +43,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)cp.c 8.5 (Berkeley) 4/29/95"; #else -static char rcsid[] = "$OpenBSD: cp.c,v 1.27 2003/07/29 00:24:14 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: cp.c,v 1.28 2003/10/30 16:01:43 millert Exp $"; #endif #endif /* not lint */ @@ -361,7 +361,7 @@ copy(char *argv[], enum op type, int fts_options) * pass. We can't do this earlier because the mode * may not allow us write permission. Furthermore, * if we set the times during the pre-order pass, - * the they will get changed later when the directory + * they will get changed later when the directory * is populated. */ if (curr->fts_info == FTS_DP) { |