From 7dd9d470599f145845572ac1f0d4b621c19c1cdb Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 25 Aug 2002 13:23:09 +0000 Subject: Replace various spelling with FALLTHROUGH which is lint()able --- usr.bin/doscmd/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/doscmd') diff --git a/usr.bin/doscmd/trap.c b/usr.bin/doscmd/trap.c index dbf3960..02e9437 100644 --- a/usr.bin/doscmd/trap.c +++ b/usr.bin/doscmd/trap.c @@ -505,7 +505,7 @@ sigbus(struct sigframe *sf) tty_pause(); goto out; /* } */ - /* FALLTHRU */ + /* FALLTHROUGH */ default: dump_regs(REGS); -- cgit v1.1