From a853d4bb326980219362af5cb4fc3bc9167a15ef Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 18 Apr 2004 01:14:55 +0000 Subject: Fix cut/paste typo in error message. --- sys/dev/ic/siop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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); } -- cgit v1.2.3