summaryrefslogtreecommitdiff
path: root/bin/csh/csh.h
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>1997-11-15 21:51:34 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>1997-11-15 21:51:34 +0000
commit9884a4e00c5657b271d46b377d552a0131f751e6 (patch)
tree0e881002779f355f1ac806db847601d26a458929 /bin/csh/csh.h
parenta4bbc1ba8bb5cd669465805bc531052ff058b9fc (diff)
spelling
Diffstat (limited to 'bin/csh/csh.h')
-rw-r--r--bin/csh/csh.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/csh/csh.h b/bin/csh/csh.h
index a1911ce6161..12b47b5ac19 100644
--- a/bin/csh/csh.h
+++ b/bin/csh/csh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: csh.h,v 1.3 1997/09/22 05:09:13 millert Exp $ */
+/* $OpenBSD: csh.h,v 1.4 1997/11/15 21:51:28 todd Exp $ */
/* $NetBSD: csh.h,v 1.9 1995/03/21 09:02:40 cgd Exp $ */
/*-
@@ -263,8 +263,8 @@ extern int aret; /* What was the last character returned */
#define fbuf B.Bfbuf
/*
- * The shell finds commands in loops by reseeking the input
- * For whiles, in particular, it reseeks to the beginning of the
+ * The shell finds commands in loops by re-seeking the input
+ * For whiles, in particular, it re-seeks to the beginning of the
* line the while was on; hence the while placement restrictions.
*/
struct Ain lineloc;
@@ -308,7 +308,7 @@ Char *lap;
*
* Each command is parsed to a tree of command structures and
* flags are set bottom up during this process, to be propagated down
- * as needed during the semantics/exeuction pass (sh.sem.c).
+ * as needed during the semantics/execution pass (sh.sem.c).
*/
struct command {
short t_dtyp; /* Type of node */