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);