[buddy] typo coma -> comma

* ChangeLog.1: Here.
This commit is contained in:
Alexandre Duret-Lutz 2021-06-11 11:46:27 +02:00
parent 4965aad0c2
commit e6055c57a7

View file

@ -369,7 +369,7 @@
examples/solitare/solitare.cxx: Include iostream.
* examples/calculator/parser.y: Rename as ...
* examples/calculator/parser.yxx: ... this. Remove spurious
comas in %token, %right, and %left arguments.
commas in %token, %right, and %left arguments.
* examples/calculator/parser.h: Rename as ...
* examples/calculator/parser_.h: ... this, because the bison
rule with output parser.h (not tokens.h) from parser.y.