aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:23:09 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:23:09 +0000
commit93b0017f88462f9af15368440324aa3be58eb18f (patch)
tree9d932320e38df05718ee72d760a4d0d204431b9b /usr.bin/touch
parent7fed38d0a00297914313d5b57f3fae8ef7d4e627 (diff)
downloadsrc-93b0017f88462f9af15368440324aa3be58eb18f.tar.gz
src-93b0017f88462f9af15368440324aa3be58eb18f.zip
Replace various spelling with FALLTHROUGH which is lint()able
Notes
Notes: svn path=/head/; revision=102412
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c
index 7482674c86d4..26ccf0e0271b 100644
--- a/usr.bin/touch/touch.c
+++ b/usr.bin/touch/touch.c
@@ -225,7 +225,7 @@ stime_arg1(arg, tvp)
t->tm_year = ATOI2(arg);
t->tm_year *= 100;
yearset = 1;
- /* FALLTHOUGH */
+ /* FALLTHROUGH */
case 10: /* YYMMDDhhmm */
if (yearset) {
yearset = ATOI2(arg);