summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2012-09-11 08:53:56 +0200
committerJim Meyering <meyering@redhat.com>2012-09-11 08:53:56 +0200
commit40e8affc16740e79713de7d929fcd594ce4fb87f (patch)
tree52987c210bdd274b7aa19f990c554b1dfaf05253 /build-aux
parent6cf9c59b1635906f3595fc43dcd36dc4433fd7aa (diff)
downloadcoreutils-40e8affc16740e79713de7d929fcd594ce4fb87f.tar.gz
maint: gen-lists-of-programs.sh: fix typo from previous comment edit
* build-aux/gen-lists-of-programs.sh: Fix comment typo.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/gen-lists-of-programs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/gen-lists-of-programs.sh b/build-aux/gen-lists-of-programs.sh
index de9ff6422..212ce027b 100755
--- a/build-aux/gen-lists-of-programs.sh
+++ b/build-aux/gen-lists-of-programs.sh
@@ -2,7 +2,7 @@
# Generate lists of all coreutils programs, to be fed both to Autoconf
# and Automake, and with further distinctions about how and when these
# programs should be built. This is useful to avoid duplicating these
-# list definitions list among several files ('configure.ac' and
+# list definitions among several files ('configure.ac' and
# 'src/local.mk' at least); such duplication had proved a source of
# inconsistencies and bugs in the past.