From 619725e5bb2e3962235ccaa0f543e710b5f88f55 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" Date: Sun, 13 Jan 2013 18:56:16 +0100 Subject: [PATCH] typo --- examples/base64_sem2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/base64_sem2.c b/examples/base64_sem2.c index c57555e..11b0660 100644 --- a/examples/base64_sem2.c +++ b/examples/base64_sem2.c @@ -6,7 +6,7 @@ // // Note how the grammar is defined by using the macros H_RULE and H_ARULE. // Those rules using ARULE get an attached action which must be declared (as -// (a function of type HAction) with a standard name based on the rule name. +// a function of type HAction) with a standard name based on the rule name. // // This variant of the example uses coarse-grained semantic actions, // transforming the entire parse tree in one big step. Compare base64_sem1.c