summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkcsmapper/lex.l
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-07-07 17:05:55 +0000
committereadler <eadler@FreeBSD.org>2012-07-07 17:05:55 +0000
commit2a7f91bf1afb27f4cfcf5f29aded548db4a01a18 (patch)
treef283c21d6d7e72d0cea099bb251d11c36733337b /usr.bin/mkcsmapper/lex.l
parent5303255d411c37d641b794a8988028752af993fa (diff)
downloadFreeBSD-src-2a7f91bf1afb27f4cfcf5f29aded548db4a01a18.zip
FreeBSD-src-2a7f91bf1afb27f4cfcf5f29aded548db4a01a18.tar.gz
Fix spelling
PR: bin/167480 Submitted by: zeising Approved by: cperciva
Diffstat (limited to 'usr.bin/mkcsmapper/lex.l')
-rw-r--r--usr.bin/mkcsmapper/lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkcsmapper/lex.l b/usr.bin/mkcsmapper/lex.l
index dd46caf..1b87cc0 100644
--- a/usr.bin/mkcsmapper/lex.l
+++ b/usr.bin/mkcsmapper/lex.l
@@ -57,7 +57,7 @@ int line_number = 1;
<COMMENT>[\n] { line_number++; }
<COMMENT>. { }
<COMMENT><<EOF>> {
- yyerror("unexpected file end (unterminate comment)\n");
+ yyerror("unexpected file end (unterminated comment)\n");
exit(1);
}
OpenPOWER on IntegriCloud