summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-08 11:27:07 +0000
committerJim Meyering <jim@meyering.net>2006-07-08 11:27:07 +0000
commit7ea443fa861619d6c4d35d3a9080a2ee20d87260 (patch)
treee24b56c0b2908f3a6614b760367ba91c323cd8cb /m4
parenta3752970c9e4403fea546c235bca0b96cbacdcf5 (diff)
downloadcoreutils-7ea443fa861619d6c4d35d3a9080a2ee20d87260.tar.xz
Remove one of two adjacent "your"s in a comment.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog2
-rw-r--r--m4/getopt.m44
2 files changed, 4 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 9bc2745f0..9f54b24c8 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,7 @@
2006-07-08 Jim Meyering <jim@meyering.net>
+ * getopt.m4: Remove one of two adjacent "your"s in a comment.
+
* 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.
diff --git a/m4/getopt.m4 b/m4/getopt.m4
index e60b7469b..c0a73b2cb 100644
--- a/m4/getopt.m4
+++ b/m4/getopt.m4
@@ -1,11 +1,11 @@
-# getopt.m4 serial 12
+# getopt.m4 serial 13
dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
# The getopt module assume you want GNU getopt, with getopt_long etc,
-# rather than vanilla POSIX getopt. This means your your code should
+# rather than vanilla POSIX getopt. This means your code should
# always include <getopt.h> for the getopt prototypes.
AC_DEFUN([gl_GETOPT_SUBSTITUTE],