From c69fb8926e1f39d6e1a57353d75c364c5beefef7 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Sun, 8 Aug 2004 18:59:19 +0000 Subject: s/FALLTHOUGH/FALLTHROUGH/ Submitted by: Xin LI --- usr.bin/last/last.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/last/last.c') 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); -- cgit v1.1