summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-08-09 12:14:02 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-08-09 12:14:02 -0700
commit9c11510507ebcd31671f10d9b88532f8e6657ad2 (patch)
tree9f5f600fa6e59618d3c48d34231b957d7ae84a4c
parentc505b0bce73c712f1297bc5f424e0de5e4ec3137 (diff)
downloadgrep-9c11510507ebcd31671f10d9b88532f8e6657ad2.tar.gz
tests: fix comment
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d9f9ee8f..a7e8f271 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,7 +56,7 @@ XFAIL_TESTS = triple-backref
if USE_INCLUDED_REGEX
XFAIL_TESTS += equiv-classes
else
-# The backslash-alt test fails for glibc 2.27 and earlier.
+# The backref-alt test fails for glibc 2.27 and earlier.
# If you're using older glibc you can upgrade to glibc 2.28 or later,
# configure --with-included-regex, or ignore the test failure.
endif