diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 21:51:34 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 21:51:34 +0000 |
commit | 9884a4e00c5657b271d46b377d552a0131f751e6 (patch) | |
tree | 0e881002779f355f1ac806db847601d26a458929 /bin/csh/exec.c | |
parent | a4bbc1ba8bb5cd669465805bc531052ff058b9fc (diff) |
spelling
Diffstat (limited to 'bin/csh/exec.c')
-rw-r--r-- | bin/csh/exec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/exec.c b/bin/csh/exec.c index cdd2a95a20a..636b63979a5 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.c,v 1.4 1997/07/25 18:58:04 mickey Exp $ */ +/* $OpenBSD: exec.c,v 1.5 1997/11/15 21:51:29 todd Exp $ */ /* $NetBSD: exec.c,v 1.9 1996/09/30 20:03:54 christos Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)exec.c 8.3 (Berkeley) 5/23/95"; #else -static char rcsid[] = "$OpenBSD: exec.c,v 1.4 1997/07/25 18:58:04 mickey Exp $"; +static char rcsid[] = "$OpenBSD: exec.c,v 1.5 1997/11/15 21:51:29 todd Exp $"; #endif #endif /* not lint */ @@ -579,7 +579,7 @@ cont: * executable() examines the pathname obtained by concatenating dir and name * (dir may be NULL), and returns 1 either if it is executable by us, or * if dir_ok is set and the pathname refers to a directory. - * This is a bit kludgy, but in the name of optimization... + * This is a bit kludgey, but in the name of optimization... */ static int executable(dir, name, dir_ok) |