summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 16:47:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 16:47:08 +0000
commit64ba2eb75e9ca3e08bf280fcff8bbf1f4036cd4e (patch)
tree7816db4401cf7f28b9c91e70652b4730f6b7c0ba /bin/ksh
parenta52eddc5717d3788811e94473e2d1e05407b1ec5 (diff)
typos from alexey dobriyan;
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/CONTRIBUTORS4
-rw-r--r--bin/ksh/jobs.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/CONTRIBUTORS b/bin/ksh/CONTRIBUTORS
index c6691a2daa5..d23fc8861ed 100644
--- a/bin/ksh/CONTRIBUTORS
+++ b/bin/ksh/CONTRIBUTORS
@@ -1,4 +1,4 @@
-$OpenBSD: CONTRIBUTORS,v 1.9 1999/07/14 13:37:23 millert Exp $
+$OpenBSD: CONTRIBUTORS,v 1.10 2006/02/06 16:47:07 jmc Exp $
This is a partial history of this shell gleened from old change logs and
readmes (most of which are still in the misc directory) and the source
@@ -72,7 +72,7 @@ Other contributors:
* (guy@netapp.com), Oct '94: patch to use gmacs flag.
* Andrew Moore (alm@netcom.com): reported many bugs, fixes.
* William Bader (wbader@CSEE.Lehigh.Edu): fix to compile on SCO Unix
- (strut winsize).
+ (struct winsize).
* Mike Long (mike.long@analog.com): makefile fix - use $manext, not 1.
* Art Mills (aem@hpbs9162.bio.hp.com): bug fix for vi file completion in
command mode.
diff --git a/bin/ksh/jobs.c b/bin/ksh/jobs.c
index 27e60685118..05d9d2a6ef4 100644
--- a/bin/ksh/jobs.c
+++ b/bin/ksh/jobs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: jobs.c,v 1.34 2005/03/30 17:16:37 deraadt Exp $ */
+/* $OpenBSD: jobs.c,v 1.35 2006/02/06 16:47:07 jmc Exp $ */
/*
* Process and job control
@@ -1480,7 +1480,7 @@ new_job(void)
return newj;
}
-/* Allocate new process strut
+/* Allocate new process struct
*
* If jobs are compiled in then this routine expects sigchld to be blocked.
*/