]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/check.mk: Fix a typo in a comment.
authorJim Meyering <meyering@redhat.com>
Wed, 18 Jun 2008 08:01:54 +0000 (10:01 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 18 Jun 2008 08:01:54 +0000 (10:01 +0200)
tests/check.mk

index 3ac5e4221af5911083a82b05f35f5c047526a4f1..c494da0fee7659edfd5e3ae9bb94a958abfda1fc 100644 (file)
@@ -43,7 +43,7 @@ check: vc_exe_in_TESTS
 built_programs = \
   (cd $(top_builddir)/src && MAKEFLAGS= $(MAKE) -s built_programs.list)
 
-# Note that the first lines are statements.  They ensures that environment
+# Note that the first lines are statements.  They ensure that environment
 # variables that can perturb tests are unset or set to expected values.
 # The rest are envvar settings that propagate build-related Makefile
 # variables to test scripts.