summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2004-04-18 01:14:55 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2004-04-18 01:14:55 +0000
commita853d4bb326980219362af5cb4fc3bc9167a15ef (patch)
tree4cdcd0932d1ca5a0161a35ce5580941a902dd668 /sys/dev
parenta557f9b2bf2057719a82048ad95a06751868378a (diff)
Fix cut/paste typo in error message.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/siop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c
index 8854fe9ea9c..2040f76457b 100644
--- a/sys/dev/ic/siop.c
+++ b/sys/dev/ic/siop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: siop.c,v 1.32 2004/04/18 00:49:28 krw Exp $ */
+/* $OpenBSD: siop.c,v 1.33 2004/04/18 01:14:54 krw Exp $ */
/* $NetBSD: siop.c,v 1.65 2002/11/08 22:04:41 bouyer Exp $ */
/*
@@ -884,7 +884,7 @@ scintr:
return(1);
default:
panic("invalid retval from "
- "siop_wdtr_neg()");
+ "siop_sdtr_neg()");
}
return(1);
}