Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/env remove duplicate 'was' in a comment
details: https://anonhg.NetBSD.org/src/rev/d8c335cda2ee
branches: trunk
changeset: 758048:d8c335cda2ee
user: jschauma <jschauma%NetBSD.org@localhost>
date: Fri Oct 15 19:35:08 2010 +0000
description:
remove duplicate 'was' in a comment
diffstat:
usr.bin/env/env.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r bf9f8599cf0e -r d8c335cda2ee usr.bin/env/env.c
--- a/usr.bin/env/env.c Fri Oct 15 16:51:09 2010 +0000
+++ b/usr.bin/env/env.c Fri Oct 15 19:35:08 2010 +0000
@@ -35,7 +35,7 @@
#ifndef lint
/*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/
-__RCSID("$NetBSD: env.c,v 1.17 2008/07/21 14:19:22 lukem Exp $");
+__RCSID("$NetBSD: env.c,v 1.18 2010/10/15 19:35:08 jschauma Exp $");
#endif /* not lint */
#include <err.h>
@@ -77,7 +77,7 @@
if (*argv) {
/* return 127 if the command to be run could not be found; 126
- if the command was was found but could not be invoked */
+ if the command was found but could not be invoked */
execvp(*argv, argv);
err((errno == ENOENT) ? 127 : 126, "%s", *argv);
Home |
Main Index |
Thread Index |
Old Index