summaryrefslogtreecommitdiff
path: root/usr.bin/lex/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lex/misc.c')
-rw-r--r--usr.bin/lex/misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c
index 08c9f910c62..68c05fa7eca 100644
--- a/usr.bin/lex/misc.c
+++ b/usr.bin/lex/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.11 2003/06/04 17:34:44 millert Exp $ */
+/* $OpenBSD: misc.c,v 1.12 2006/03/04 16:18:06 miod Exp $ */
/* misc - miscellaneous flex routines */
@@ -33,7 +33,7 @@
* PURPOSE.
*/
-/* $Header: /cvs/OpenBSD/src/usr.bin/lex/misc.c,v 1.11 2003/06/04 17:34:44 millert Exp $ */
+/* $Header: /cvs/OpenBSD/src/usr.bin/lex/misc.c,v 1.12 2006/03/04 16:18:06 miod Exp $ */
#include "flexdef.h"
@@ -715,7 +715,7 @@ const char str[];
}
-/* readable_form - return the the human-readable form of a character
+/* readable_form - return the human-readable form of a character
*
* The returned string is in static storage.
*/