From 069129fa3dc05a0a58ae70a73696d129ecfdfbef Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Wed, 19 Sep 2001 10:58:09 +0000 Subject: occured->occurred idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ --- bin/ksh/trap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ksh/trap.c') diff --git a/bin/ksh/trap.c b/bin/ksh/trap.c index c7df99ade92..7ed32e84e19 100644 --- a/bin/ksh/trap.c +++ b/bin/ksh/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.10 1999/01/19 20:41:56 millert Exp $ */ +/* $OpenBSD: trap.c,v 1.11 2001/09/19 10:58:07 mpech Exp $ */ /* * signal handling @@ -171,7 +171,7 @@ fatal_trap_check() } /* Returns the signal number of any pending traps: ie, a signal which has - * occured for which a trap has been set or for which the TF_DFL_INTR flag + * occurred for which a trap has been set or for which the TF_DFL_INTR flag * is set. */ int -- cgit v1.2.3