summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-08 11:25:18 +0000
committerJim Meyering <jim@meyering.net>2006-07-08 11:25:18 +0000
commita3752970c9e4403fea546c235bca0b96cbacdcf5 (patch)
treefbdd77656552bb46c19d5c6d3ee0983ffd2dc73b /m4
parentecdb09854ea91858cec099d5af380b0e78150707 (diff)
downloadcoreutils-a3752970c9e4403fea546c235bca0b96cbacdcf5.tar.xz
Remove one of two adjacent "can"s in a comment.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog6
-rw-r--r--m4/autobuild.m44
2 files changed, 8 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 3442635ce..9bc2745f0 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-08 Jim Meyering <jim@meyering.net>
+
+ * autobuild.m4: Remove one of two adjacent "can"s in a comment.
+
+ * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.
+
2006-07-03 Paul Eggert <eggert@cs.ucla.edu>
* prereq.m4 (gl_PREREQ): Require gl_FUNC_WCWIDTH, to accommodate
diff --git a/m4/autobuild.m4 b/m4/autobuild.m4
index bd1f4dc1b..bb3407b71 100644
--- a/m4/autobuild.m4
+++ b/m4/autobuild.m4
@@ -1,5 +1,5 @@
# autobuild.m4 serial 2 (autobuild-3.3)
-# Copyright (C) 2004 Simon Josefsson
+# Copyright (C) 2004, 2006 Simon Josefsson
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
@@ -7,7 +7,7 @@
# that contains a configuration script generated by Autoconf, under
# the same distribution terms as the rest of that program.
#
-# This file can can be used in projects which are not available under
+# This file can be used in projects which are not available under
# the GNU General Public License or the GNU Library General Public
# License but which still want to provide support for Autobuild.