From f55ec2f1ed117a557f69f893c4a9407ca6f84cff Mon Sep 17 00:00:00 2001
From: "Sven M. Hallberg" <pesco@khjk.org>
Date: Fri, 24 May 2013 22:40:00 +0200
Subject: [PATCH] comment wording

---
 src/backends/llk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backends/llk.c b/src/backends/llk.c
index 090e6506..df781c35 100644
--- a/src/backends/llk.c
+++ b/src/backends/llk.c
@@ -148,7 +148,7 @@ static void stringmap_merge(HHashSet *workset, HCFStringMap *dst, HCFStringMap *
   }
 }
 
-/* Generate entries for the production "A" in the given table row. */
+/* Generate entries for the productions of A in the given table row. */
 static int fill_table_row(size_t kmax, HCFGrammar *g, HCFStringMap *row,
                           const HCFChoice *A)
 {
-- 
GitLab