summaryrefslogtreecommitdiffstats
path: root/lib/libutil/property.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-08-25 13:10:45 +0000
committercharnier <charnier@FreeBSD.org>2002-08-25 13:10:45 +0000
commit4966efff7bc9071f04706819e62e1a291d22bcb2 (patch)
treeb72048b5daaf9c3f63615a383f3610277e497ede /lib/libutil/property.c
parentc88222c6c0149f22317404fa4c67eba023d90206 (diff)
downloadFreeBSD-src-4966efff7bc9071f04706819e62e1a291d22bcb2.zip
FreeBSD-src-4966efff7bc9071f04706819e62e1a291d22bcb2.tar.gz
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'lib/libutil/property.c')
-rw-r--r--lib/libutil/property.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/property.c b/lib/libutil/property.c
index 815ce6c..57383f9 100644
--- a/lib/libutil/property.c
+++ b/lib/libutil/property.c
@@ -85,7 +85,7 @@ properties_read(int fd)
ch = buf[0];
bp = 1;
}
- /* Fall through deliberately since we already have a character and state == LOOK */
+ /* FALLTHROUGH deliberately since we already have a character and state == LOOK */
case LOOK:
if (isspace(ch))
OpenPOWER on IntegriCloud