From: Jim Meyering Date: Wed, 29 Jan 2003 20:52:02 +0000 (+0000) Subject: no backticks in C comments X-Git-Tag: v4.5.5~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594fe72be07b4c0f45535f952333bda36b29f402;p=thirdparty%2Fcoreutils.git no backticks in C comments --- diff --git a/m4/regex.m4 b/m4/regex.m4 index acfdf9431a..ddb198c9be 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 (®ex, "wxy", 3, 2, -2, ®s) != 1) exit (1);