summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-09-18 08:49:55 +0200
committerJim Meyering <meyering@redhat.com>2010-09-18 08:49:55 +0200
commit441c6ed3f59c562c7ff1bb736345172e2173505e (patch)
tree3de14b680f2f0dd32281c5334840f5ddebd6c05e /tests
parentded759c27923c3173ca8dc8c5390f7246a2cc8ba (diff)
downloadgnulib-441c6ed3f59c562c7ff1bb736345172e2173505e.tar.gz
init.sh: correct an outdated comment
* tests/init.sh (create_exe_shims_): s/function/alias/
Diffstat (limited to 'tests')
-rw-r--r--tests/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.sh b/tests/init.sh
index 20357ce9c2..a57de77a2f 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -262,7 +262,7 @@ find_exe_basenames_()
# For each file name of the form PROG.exe, create an alias named
# PROG that simply invokes PROG.exe, then return 0. If any selected
# file name or the directory name, $1, contains an unexpected character,
-# define no function and return 1.
+# define no alias and return 1.
create_exe_shims_()
{
case $EXEEXT in