diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-07-25 00:13:30 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-07-25 00:13:30 +0000 |
commit | 515a3c081b86226c217e94edef48e555ade65736 (patch) | |
tree | b3ae31e49b165eaac960e35003bfccac98325797 /sys/dev/cardbus | |
parent | f188bbd3bc24187440d2872773058b75dab01285 (diff) |
typo, enevt -> event
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/cardslot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/cardslot.c b/sys/dev/cardbus/cardslot.c index ab89af534cd..8bfd2e707f4 100644 --- a/sys/dev/cardbus/cardslot.c +++ b/sys/dev/cardbus/cardslot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cardslot.c,v 1.5 2004/07/15 18:04:16 brad Exp $ */ +/* $OpenBSD: cardslot.c,v 1.6 2004/07/25 00:13:29 brad Exp $ */ /* $NetBSD: cardslot.c,v 1.9 2000/03/22 09:35:06 haya Exp $ */ /* @@ -249,7 +249,7 @@ cardslot_event_throw(sc, ev) ev == CARDSLOT_EVENT_REMOVAL_16 ? "16-bit Card removed" : "???")); if (NULL == (ce = (struct cardslot_event *)malloc(sizeof (struct cardslot_event), M_TEMP, M_NOWAIT))) { - panic("cardslot_enevt"); + panic("cardslot_event"); } ce->ce_type = ev; |