summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-12-01 03:17:15 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-12-01 03:17:15 +0000
commitad33123d448d4efa2c44299b0c38c9bf2d73b0ae (patch)
tree3d6bf7706d78cdc3a2015baaf31014880d7ce309
parent77094fd2cd27f3878f1ffdc38c229cfe06a52fb2 (diff)
Typo
-rw-r--r--usr.bin/xlint/lint1/scan.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l
index f12e5829ad3..6d029a709ff 100644
--- a/usr.bin/xlint/lint1/scan.l
+++ b/usr.bin/xlint/lint1/scan.l
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: scan.l,v 1.16 2005/11/30 19:42:58 cloder Exp $ */
+/* $OpenBSD: scan.l,v 1.17 2005/12/01 03:17:14 cloder Exp $ */
/* $NetBSD: scan.l,v 1.8 1995/10/23 13:38:51 jpo Exp $ */
/*
@@ -34,7 +34,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: scan.l,v 1.16 2005/11/30 19:42:58 cloder Exp $";
+static char rcsid[] = "$OpenBSD: scan.l,v 1.17 2005/12/01 03:17:14 cloder Exp $";
#endif
#include <stdlib.h>
@@ -507,7 +507,7 @@ icon(int base)
warning(252);
/*
- * If the value is to big for the current type, we must choose
+ * If the value is too big for the current type, we must choose
* another type.
*/
ansiu = 0;