summaryrefslogtreecommitdiffstats
path: root/usr.bin/last/last.c
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2004-08-08 18:59:19 +0000
committerdwmalone <dwmalone@FreeBSD.org>2004-08-08 18:59:19 +0000
commitc69fb8926e1f39d6e1a57353d75c364c5beefef7 (patch)
tree1454ad7261cbabab65257392b2d94c905d310159 /usr.bin/last/last.c
parent74f9ad184ed8851514a42a404f0112710d37fef2 (diff)
downloadFreeBSD-src-c69fb8926e1f39d6e1a57353d75c364c5beefef7.zip
FreeBSD-src-c69fb8926e1f39d6e1a57353d75c364c5beefef7.tar.gz
s/FALLTHOUGH/FALLTHROUGH/
Submitted by: Xin LI <delphij@frontfree.net>
Diffstat (limited to 'usr.bin/last/last.c')
-rw-r--r--usr.bin/last/last.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c
index e63e2c7..d9877b4 100644
--- a/usr.bin/last/last.c
+++ b/usr.bin/last/last.c
@@ -517,7 +517,7 @@ dateconv(char *arg)
t->tm_year = ATOI2(arg);
t->tm_year *= 100;
yearset = 1;
- /* FALLTHOUGH */
+ /* FALLTHROUGH */
case 10: /* YYMMDDhhmm */
if (yearset) {
yearset = ATOI2(arg);
OpenPOWER on IntegriCloud