From 7e6990487d34258e52a236ec6c35683f5cc0726c Mon Sep 17 00:00:00 2001 From: David Malone Date: Sun, 8 Aug 2004 18:59:19 +0000 Subject: [PATCH] s/FALLTHOUGH/FALLTHROUGH/ Submitted by: Xin LI --- usr.bin/last/last.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index e63e2c773115..d9877b423bb8 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);