summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/prompt.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-08-25 13:30:43 +0000
committercharnier <charnier@FreeBSD.org>2002-08-25 13:30:43 +0000
commitaa31b7d1e4fb1585f9c445a653bf78416fb59bab (patch)
tree0c0dc23f43413d9f4c243f3e11871d151f3f8c55 /usr.sbin/ppp/prompt.c
parent7dd9d470599f145845572ac1f0d4b621c19c1cdb (diff)
downloadFreeBSD-src-aa31b7d1e4fb1585f9c445a653bf78416fb59bab.zip
FreeBSD-src-aa31b7d1e4fb1585f9c445a653bf78416fb59bab.tar.gz
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'usr.sbin/ppp/prompt.c')
-rw-r--r--usr.sbin/ppp/prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/prompt.c b/usr.sbin/ppp/prompt.c
index 7f1f94e..0931706 100644
--- a/usr.sbin/ppp/prompt.c
+++ b/usr.sbin/ppp/prompt.c
@@ -223,7 +223,7 @@ prompt_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
prompt_TtyCommandMode(p);
p->nonewline = 0;
/* We'll get a prompt because of our status change */
- /* Fall through */
+ /* FALLTHROUGH */
default:
/* Wait 'till we're in a state we care about */
OpenPOWER on IntegriCloud