diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 16:18:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 16:18:07 +0000 |
commit | 15aac0ded9c4353cc6a757bb184367d5503f80d8 (patch) | |
tree | 93a934f4f86cc2e84a593c196644b79f0d7e5f4a /usr.bin/lex/misc.c | |
parent | 078669f3e390b2e1e5d5218e1025513c605f93a3 (diff) |
the the
Diffstat (limited to 'usr.bin/lex/misc.c')
-rw-r--r-- | usr.bin/lex/misc.c | 6 |
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. */ |