aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkcsmapper
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-07-07 17:05:55 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-07-07 17:05:55 +0000
commite43ecd2b1513cb91e26dcbd7f87b8f3e09d208c7 (patch)
treef283c21d6d7e72d0cea099bb251d11c36733337b /usr.bin/mkcsmapper
parent987e5277f87aab2260f435f80424b5ed9ab7dd48 (diff)
Notes
Diffstat (limited to 'usr.bin/mkcsmapper')
-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 dd46caf5b431..1b87cc0fc016 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);
}