diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
commit | 069129fa3dc05a0a58ae70a73696d129ecfdfbef (patch) | |
tree | 443cca5dca37d3a0532829c41e46e95006b5a6b5 /bin/ksh/trap.c | |
parent | 6164249d06252e2101a730993f4440c8965e58da (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
p.s. Next commit will fix a typo in the sys/
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 |