diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-11-25 16:33:20 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-11-25 16:33:20 +0000 |
commit | f9c0fe14c8c120d5956cd51987745f6a8ee67d5a (patch) | |
tree | 5cb0e4c2fdbb160fa6c8ddf34f6536c80dcc4181 /sys/dev | |
parent | 3b46dbf90eab39c927302a4b43fe3746158e893b (diff) |
FALLTHROUH -> FALLTHROUGH for lint.
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 |