diff options
author | 2004-04-18 01:14:54 +0000 | |
---|---|---|
committer | 2004-04-18 01:14:54 +0000 | |
commit | 67a72bc6fd22353fe9c511bf358e4e3e495c3658 (patch) | |
tree | e6d69473e18372a2e00795da628fcda45316736d | |
parent | more knf (diff) | |
download | wireguard-openbsd-67a72bc6fd22353fe9c511bf358e4e3e495c3658.tar.xz wireguard-openbsd-67a72bc6fd22353fe9c511bf358e4e3e495c3658.zip |
Fix cut/paste typo in error message.
-rw-r--r-- | sys/dev/ic/siop.c | 4 |
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); } |