X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/492dacbc342b4b7435bed2eac9ea99909e0b0aea..d1a07886ee63d7346d585d34190162b79a30fdfb:/etc/bench.pl.in diff --git a/etc/bench.pl.in b/etc/bench.pl.in index aaaf1430..30d0a996 100755 --- a/etc/bench.pl.in +++ b/etc/bench.pl.in @@ -204,9 +204,9 @@ Format the list of directives for Bison for bench named C<$bench>. sub directives($@) { my ($bench, @directive) = @_; - my $res = "/* Directives for bench `$bench'. */\n"; + my $res = "/* Directives for bench '$bench'. */\n"; $res .= join ("\n", @directive) . "\n"; - $res .= "/* End of directives for bench `$bench'. */\n"; + $res .= "/* End of directives for bench '$bench'. */\n"; return $res; }