summaryrefslogtreecommitdiffstats
path: root/bin/csh/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/lex.c')
-rw-r--r--bin/csh/lex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/lex.c b/bin/csh/lex.c
index 56acc41..c234b98 100644
--- a/bin/csh/lex.c
+++ b/bin/csh/lex.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)lex.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: lex.c,v 1.10 1998/05/13 07:29:05 charnier Exp $";
+ "$Id: lex.c,v 1.11 1999/04/25 21:13:32 imp Exp $";
#endif
#endif /* not lint */
@@ -1179,7 +1179,7 @@ gethent(sc)
case '-':
back = 1;
c = getC(0);
- /* FALLSTHROUGH */
+ /* FALLTHROUGH */
default:
if (any("(=~", c)) {
OpenPOWER on IntegriCloud