summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-09 10:18:17 +0000
committerJim Meyering <jim@meyering.net>2006-07-09 10:18:17 +0000
commit5bf19ea1565c4f9613c838f0cd57feb5e2391338 (patch)
tree8c725555888cb4d4ec87ef395c3f175d06145bee /m4
parent5e18bf90b5e482b3270529e528b80413d54abfb4 (diff)
downloadgnulib-5bf19ea1565c4f9613c838f0cd57feb5e2391338.tar.gz
* lib/argp-pv.c: Remove a doubled word in a comment.
* lib/check-version.c (check_version): Likewise. * lib/javacomp.c (compile_java_class): Likewise. * m4/glob.m4: Likewise.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/glob.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 46273106cd..f27da9a0b3 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-09 Jim Meyering <jim@meyering.net>
+
+ * glob.m4: Remove a doubled word in a comment.
+
2006-07-08 Jim Meyering <jim@meyering.net>
* link-follow.m4: Remove one of two adjacent "whether"s in a comment.
diff --git a/m4/glob.m4 b/m4/glob.m4
index d57e323eb7..5d80e05878 100644
--- a/m4/glob.m4
+++ b/m4/glob.m4
@@ -5,7 +5,7 @@ dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
# The glob module assumes you want GNU glob, with glob_pattern_p etc,
-# rather than vanilla POSIX glob. This means your your code should
+# rather than vanilla POSIX glob. This means your code should
# always include <glob.h> for the glob prototypes.
AC_DEFUN([gl_GLOB_SUBSTITUTE],