summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-19 19:22:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-19 19:22:51 +0000
commit4780cb2562c1d916c641eca623cf4e865db2aee7 (patch)
tree48e977b26b62016b786a819f4fa961fca22f5956 /usr.bin/xlint/lint2
parentda30ebdfaaeab32e3bea537f57382e3dccf7d0c5 (diff)
more than typo
Diffstat (limited to 'usr.bin/xlint/lint2')
-rw-r--r--usr.bin/xlint/lint2/chk.c6
-rw-r--r--usr.bin/xlint/lint2/main2.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/xlint/lint2/chk.c b/usr.bin/xlint/lint2/chk.c
index 9fa6acaee5f..8313f6974ed 100644
--- a/usr.bin/xlint/lint2/chk.c
+++ b/usr.bin/xlint/lint2/chk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chk.c,v 1.5 1998/07/29 03:14:51 millert Exp $ */
+/* $OpenBSD: chk.c,v 1.6 2001/11/19 19:22:43 deraadt Exp $ */
/* $NetBSD: chk.c,v 1.2 1995/07/03 21:24:42 cgd Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: chk.c,v 1.5 1998/07/29 03:14:51 millert Exp $";
+static char rcsid[] = "$OpenBSD: chk.c,v 1.6 2001/11/19 19:22:43 deraadt Exp $";
#endif
#include <stdlib.h>
@@ -282,7 +282,7 @@ chkdnud(hte)
}
/*
- * Print a warning if there is more then one definition for
+ * Print a warning if there is more than one definition for
* this name.
*/
static void
diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c
index 2d672b03d4b..e3ca9e24fa5 100644
--- a/usr.bin/xlint/lint2/main2.c
+++ b/usr.bin/xlint/lint2/main2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main2.c,v 1.2 1996/06/26 05:44:24 deraadt Exp $ */
+/* $OpenBSD: main2.c,v 1.3 2001/11/19 19:22:50 deraadt Exp $ */
/* $NetBSD: main2.c,v 1.2 1995/07/03 21:24:53 cgd Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: main2.c,v 1.2 1996/06/26 05:44:24 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: main2.c,v 1.3 2001/11/19 19:22:50 deraadt Exp $";
#endif
#include <stdio.h>
@@ -59,7 +59,7 @@ const char *libname;
int pflag;
/*
- * warnings for (tentative) definitions of the same name in more then
+ * warnings for (tentative) definitions of the same name in more than
* one translation unit
*/
int sflag;