summaryrefslogtreecommitdiff
path: root/usr.bin/last
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-11-09 20:13:59 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-11-09 20:13:59 +0000
commit60ddec86b1c51bd19cc8ff36709039a79f6feef3 (patch)
tree7d3e6213bde1ff868d674bf18ae492c68917bdfa /usr.bin/last
parent6ba2859ff51745038306c59d4fe9eefe6f164aff (diff)
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'usr.bin/last')
-rw-r--r--usr.bin/last/last.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c
index 690c01001fc..fcceef4c0bc 100644
--- a/usr.bin/last/last.c
+++ b/usr.bin/last/last.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: last.c,v 1.28 2003/08/14 21:02:09 deraadt Exp $ */
+/* $OpenBSD: last.c,v 1.29 2003/11/09 20:13:57 otto Exp $ */
/* $NetBSD: last.c,v 1.6 1994/12/24 16:49:02 cgd Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94";
#endif
-static char rcsid[] = "$OpenBSD: last.c,v 1.28 2003/08/14 21:02:09 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: last.c,v 1.29 2003/11/09 20:13:57 otto Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -586,7 +586,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);