From 0c5f86f38ea20887cfec0c914b06ff92551b042e Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@fb.com>
Date: Fri, 12 Dec 2014 09:02:15 -0800
Subject: [PATCH] maint: fix a new "make syntax-check" failure

* tests/dfa-match-aux.c: s/can not/cannot/
---
 tests/dfa-match-aux.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/dfa-match-aux.c b/tests/dfa-match-aux.c
index 1f42070..afae1ae 100644
--- a/tests/dfa-match-aux.c
+++ b/tests/dfa-match-aux.c
@@ -1,4 +1,5 @@
-/* Auxiliary program to test a code which can not happen for dfa.
+/* Auxiliary program to test a DFA code path that cannot be triggered
+   by grep or gawk.
    Copyright 2014 Free Software Foundation, Inc.

    This program is free software; you can redistribute it and/or modify
-- 
2.2.0

