diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-10 03:48:17 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-10 03:48:17 +0000 |
commit | 3b9bf8ae609376937da44cf47d2c60d2779df46f (patch) | |
tree | 5455f6d3f2aa50f84975dff2845d8bf9ab170dac /bin/ksh/io.c | |
parent | 21508a0f099fd335ee83836ed498be90c10a67b8 (diff) |
spelling fixes
ok millert@
Diffstat (limited to 'bin/ksh/io.c')
-rw-r--r-- | bin/ksh/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/io.c b/bin/ksh/io.c index 0516a16edb3..283488656a5 100644 --- a/bin/ksh/io.c +++ b/bin/ksh/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.11 2002/06/09 05:47:27 todd Exp $ */ +/* $OpenBSD: io.c,v 1.12 2003/03/10 03:48:16 david Exp $ */ /* * shell buffered IO and formatted output @@ -452,7 +452,7 @@ coproc_write_close(fd) } } -/* Called to check for existance of/value of the co-process file descriptor. +/* Called to check for existence of/value of the co-process file descriptor. * (Used by check_fd() and by c_read/c_print to deal with -p option). */ int |