summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/dev/siotty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/luna88k/dev/siotty.c')
-rw-r--r--sys/arch/luna88k/dev/siotty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/dev/siotty.c b/sys/arch/luna88k/dev/siotty.c
index f91db409c0b..b97fba4218e 100644
--- a/sys/arch/luna88k/dev/siotty.c
+++ b/sys/arch/luna88k/dev/siotty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: siotty.c,v 1.4 2006/08/12 21:08:49 miod Exp $ */
+/* $OpenBSD: siotty.c,v 1.5 2007/02/14 01:12:16 jsg Exp $ */
/* $NetBSD: siotty.c,v 1.9 2002/03/17 19:40:43 atatat Exp $ */
/*-
@@ -323,7 +323,7 @@ siomctl(sc, control, op)
switch (op) {
case DMSET:
wr5 &= ~(WR5_BREAK|WR5_DTR|WR5_RTS);
- /* FALLTHRU */
+ /* FALLTHROUGH */
case DMBIS:
wr5 |= val;
break;