summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2005-11-25 16:33:19 +0000
committerkrw <krw@openbsd.org>2005-11-25 16:33:19 +0000
commit2ff9244258deaa73a1d2e00a3d5405f9055d0195 (patch)
tree31816bfbdaf84018a76fe35c284c7dd60c03a350
parentMissing 'break;' found by lint. 'blass' is not the same as 'class'! (diff)
downloadwireguard-openbsd-2ff9244258deaa73a1d2e00a3d5405f9055d0195.tar.xz
wireguard-openbsd-2ff9244258deaa73a1d2e00a3d5405f9055d0195.zip
FALLTHROUH -> FALLTHROUGH for lint.
-rw-r--r--sys/dev/ic/siop_common.c4
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