From d7f169bb18d0da0b560f051c8638956d894607d8 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 14 Feb 2007 01:12:17 +0000 Subject: FALLTHRU -> FALLTHROUGH for consistency. Suggested by miod@ --- sys/arch/luna88k/dev/siotty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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; -- cgit v1.2.3