From e6055c57a7b03bd3e8a932b84b96ff19ea1ec9a6 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 11 Jun 2021 11:46:27 +0200 Subject: [PATCH] [buddy] typo coma -> comma * ChangeLog.1: Here. --- buddy/ChangeLog.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buddy/ChangeLog.1 b/buddy/ChangeLog.1 index d81429667..3a8ffa3fa 100644 --- a/buddy/ChangeLog.1 +++ b/buddy/ChangeLog.1 @@ -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.