summaryrefslogtreecommitdiff
path: root/m4/getopt.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-09 01:31:04 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-09 01:31:04 +0000
commit4392fa65c8d8dce126bf6b404758a4727821c595 (patch)
tree108f725e7d2ab78bcb21d49b97ba0a93a519f26a /m4/getopt.m4
parentfb60ea350c86d44e2745af7bd086083fd6b3d153 (diff)
downloadgnulib-4392fa65c8d8dce126bf6b404758a4727821c595.tar.gz
Commentary sync from coreutils.
Diffstat (limited to 'm4/getopt.m4')
-rw-r--r--m4/getopt.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/getopt.m4 b/m4/getopt.m4
index e60b7469b1..c0a73b2cb8 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],