tests: fix botched heading comments in 'lex-clean-cxx.sh'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 26 May 2012 16:01:23 +0000 (18:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 26 May 2012 16:01:23 +0000 (18:01 +0200)
* t/lex-clean-cxx.sh: This file tests lex, not yacc.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/lex-clean-cxx.sh

index d1a745b..8834a74 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check that C++ source and header files derived from non-distributed
-# Yacc sources are cleaned by "make clean", while C++ source and
-# header files derived from distributed Yacc sources are cleaned by
-# "make maintainer-clean".
+# Check that C++ source files derived from non-distributed Lex sources
+# are cleaned by "make clean", while C++ source files derived from
+# distributed Lex sources are cleaned by "make maintainer-clean".
 # See also sister test 'lex-clean.test'.
 
 required='c++ lex'