summaryrefslogtreecommitdiffstats
path: root/bin/csh/proc.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
committerkris <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
commit713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 (patch)
tree697ce44b4cebcd3432c5b00049fc0a58ac8d3742 /bin/csh/proc.c
parente45752d185f905fa5c6f91dd4d4622f62c6246f7 (diff)
downloadFreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.zip
FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.tar.gz
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'bin/csh/proc.c')
-rw-r--r--bin/csh/proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/proc.c b/bin/csh/proc.c
index 776b056..503681b 100644
--- a/bin/csh/proc.c
+++ b/bin/csh/proc.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: proc.c,v 1.8 1998/02/28 10:49:59 jraynard Exp $";
+ "$Id: proc.c,v 1.9 1998/05/06 06:50:58 charnier Exp $";
#endif
#endif /* not lint */
@@ -76,7 +76,7 @@ static void okpcntl __P((void));
* pchild - called at interrupt level by the SIGCHLD signal
* indicating that at least one child has terminated or stopped
* thus at least one wait system call will definitely return a
- * childs status. Top level routines (like pwait) must be sure
+ * child's status. Top level routines (like pwait) must be sure
* to mask interrupts when playing with the proclist data structures!
*/
/* ARGUSED */
OpenPOWER on IntegriCloud