From: Jim Meyering Date: Sat, 8 Jul 2006 12:08:59 +0000 (+0000) Subject: * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment. X-Git-Tag: COREUTILS-6_0~196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d6551365458a9968db4e68c7d5c50b0b071b28c;p=platform%2Fupstream%2Fcoreutils.git * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment. --- diff --git a/m4/regex.m4 b/m4/regex.m4 index c600852..126c735 100644 --- a/m4/regex.m4 +++ b/m4/regex.m4 @@ -1,4 +1,4 @@ -#serial 36 +#serial 37 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006 Free Software Foundation, Inc. @@ -28,7 +28,7 @@ AC_DEFUN([gl_REGEX], yes|no) ac_use_included_regex=$with_included_regex ;; '') - # If the system regex support is good enough that it passes the the + # If the system regex support is good enough that it passes the # following run test, then default to *not* using the included regex.c. # If cross compiling, assume the test would fail and use the included # regex.c. The first failing regular expression is from `Spencer ere