diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-14 00:53:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-14 00:53:49 +0000 |
commit | 60ae46e6e1480384e517df60d57e8da1680a7f9b (patch) | |
tree | f7fc0ca493af9bd455475951a0565f9ea7f4b4af /sys/net/bridgestp.c | |
parent | 6904b8f563e3d0b1dfdb40c340fc7a22a019f6b5 (diff) |
Consistently spell FALLTHROUGH to appease lint.
ok kettenis@ cloder@ tom@ henning@
Diffstat (limited to 'sys/net/bridgestp.c')
-rw-r--r-- | sys/net/bridgestp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index 7436351ca05..f916afb4707 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bridgestp.c,v 1.24 2006/12/11 22:11:48 reyk Exp $ */ +/* $OpenBSD: bridgestp.c,v 1.25 2007/02/14 00:53:48 jsg Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -1500,7 +1500,7 @@ bstp_set_port_tc(struct bstp_port *bp, int state) case BSTP_TCSTATE_TCN: bstp_set_timer_tc(bp); DPRINTF("%s -> TC_TCN\n", bp->bp_ifp->if_xname); - /* FALLTROUGH */ + /* FALLTHROUGH */ case BSTP_TCSTATE_TC: bp->bp_rcvdtc = 0; bp->bp_rcvdtcn = 0; |