From b692c5bd403d0d25199514f17cf9e47a95199e02 Mon Sep 17 00:00:00 2001 From: Rickard Armiento Date: Wed, 1 Dec 2021 10:41:01 +0100 Subject: [PATCH] Fix minor typos in GNUmakefile comment --- GNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index cd5863876..f7ed62761 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -53,14 +53,11 @@ # - docker_audit: dynamically builds a docker image and # runs the full suite of audit targets inside it. # -# - docker_rebuild_gramar_tests: dynamically builds a docker image +# - docker_rebuild_grammar_tests: dynamically builds a docker image # which is then used to reinitialize the "out" files that record # how the grammar parses example inputs, which will then be used # for future grammar audits. # -# which means future audits will validate the grammar against the -# way it presently validates. -# # - audit_grammar: audits the filter language grammar included # in the specification #