Add missing quote to yyerror call.

This commit is contained in:
Justin T. Gibbs 1995-07-18 06:11:34 +00:00
parent 6367cd09b8
commit f7ad28d790
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9574

View file

@ -579,7 +579,7 @@ Info:
cur.d_slave = $2;
else
yyerror("can't specify a bus to something "
other than a controller");
"other than a controller");
} |
TARGET NUMBER
= { cur.d_target = $2; } |