diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/siop_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c index 167b1a7196f..9967ab53853 100644 --- a/sys/dev/ic/siop_common.c +++ b/sys/dev/ic/siop_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop_common.c,v 1.27 2005/11/20 22:32:48 krw Exp $ */ +/* $OpenBSD: siop_common.c,v 1.28 2005/11/25 16:33:19 krw Exp $ */ /* $NetBSD: siop_common.c,v 1.37 2005/02/27 00:27:02 perry Exp $ */ /* @@ -350,7 +350,7 @@ siop_wdtr_neg(siop_cmd) sc->targets[target]->id |= (SCNTL3_EWS << 24); break; } - /* FALLTHROUH */ + /* FALLTHROUGH */ default: /* * hum, we got more than what we can handle, shouldn't |