summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/lexi.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-10-16 13:58:39 +0000
committercharnier <charnier@FreeBSD.org>2002-10-16 13:58:39 +0000
commit1e67ecad50f463bed6a712df9a25865e9a8bc358 (patch)
treeb946b436bb18947c3d5c0882d9b37b18490f7d84 /usr.bin/indent/lexi.c
parent064bebe6d3d4f05ecc20524571d6bc4519997bd5 (diff)
downloadFreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.zip
FreeBSD-src-1e67ecad50f463bed6a712df9a25865e9a8bc358.tar.gz
Spelling
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