diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-04-17 18:54:42 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-04-17 18:54:42 +0000 |
commit | d6b2c981e0f020212623f59dd62d2c148b93ae71 (patch) | |
tree | 94572dc95d9f4b6e5c15b72abe4347fb5655a6b0 /sys/dev | |
parent | f051bae440ec0fa5fe664e635090e32f92a54cdc (diff) |
Typo in panic string
ok krw@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 1f2c47d314c..f9013a61684 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.c,v 1.63 2005/02/20 15:35:35 miod Exp $ */ +/* $OpenBSD: aic7xxx.c,v 1.64 2005/04/17 18:54:41 tom Exp $ */ /* $NetBSD: aic7xxx.c,v 1.108 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -40,7 +40,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxx.c,v 1.63 2005/02/20 15:35:35 miod Exp $ + * $Id: aic7xxx.c,v 1.64 2005/04/17 18:54:41 tom Exp $ */ /* * Ported from FreeBSD by Pascal Renauld, Network Storage Solutions, Inc. - April 2003 @@ -973,7 +973,7 @@ ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat) scbptr, ahc_inb(ahc, ARG_1), ahc->scb_data->hscbs[scbptr].tag); ahc_dump_card_state(ahc); - panic("for saftey"); + panic("for safety"); break; } case OUT_OF_RANGE: |