summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-29 20:52:02 +0000
committerJim Meyering <jim@meyering.net>2003-01-29 20:52:02 +0000
commit594fe72be07b4c0f45535f952333bda36b29f402 (patch)
tree06161b3c3668625bb46beb0f8ec986f4e91ea535
parent0267e219b720cdaaa010d40393ead084c42e3957 (diff)
downloadcoreutils-594fe72be07b4c0f45535f952333bda36b29f402.tar.xz
no backticks in C comments
-rw-r--r--m4/regex.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4
index acfdf9431..ddb198c9b 100644
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -61,7 +61,7 @@ AC_DEFUN([jm_INCLUDED_REGEX],
exit (1);
/* The version of regex.c in e.g. GNU libc-2.2.93 didn't
- work with a negative `range' argument. */
+ work with a negative RANGE argument. */
if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
exit (1);