diff options
Diffstat (limited to 'bin/ksh/trap.c')
-rw-r--r-- | bin/ksh/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |