summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/lexi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/lexi.c')
-rw-r--r--usr.bin/indent/lexi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index 68f76da..15c2fea 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -242,7 +242,7 @@ lexi(void)
ps.last_u_d = true;
return (decl);
}
- ps.last_u_d = false; /* Operator after indentifier is binary */
+ ps.last_u_d = false; /* Operator after identifier is binary */
last_code = ident; /* Remember that this is the code we will
* return */
@@ -362,7 +362,7 @@ lexi(void)
code = (had_eof ? 0 : newline);
/*
- * if data has been exausted, the newline is a dummy, and we should
+ * if data has been exhausted, the newline is a dummy, and we should
* return code to stop
*/
break;
OpenPOWER on IntegriCloud