From 64ba2eb75e9ca3e08bf280fcff8bbf1f4036cd4e Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 6 Feb 2006 16:47:08 +0000 Subject: typos from alexey dobriyan; --- bin/ksh/CONTRIBUTORS | 4 ++-- bin/ksh/jobs.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/ksh') 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. */ -- cgit v1.2.3