From 2718914e14af9571d8764dde3d62b5aeaa52d06c Mon Sep 17 00:00:00 2001 From: msaitoh Date: Fri, 25 Dec 1998 16:50:08 +0000 Subject: [PATCH] fix incorrect panic message --- sys/dev/ic/i82365.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index 0e5edb82d6f3..8052a74ccbbc 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82365.c,v 1.17 1998/12/20 17:53:28 nathanw Exp $ */ +/* $NetBSD: i82365.c,v 1.18 1998/12/25 16:50:08 msaitoh Exp $ */ #define PCICDEBUG @@ -667,7 +667,7 @@ pcic_detach_card(h, flags) { if (!(h->flags & PCIC_FLAG_CARDP)) - panic("pcic_attach_card: already detached"); + panic("pcic_detach_card: already detached"); h->flags &= ~PCIC_FLAG_CARDP;