From: Jim Meyering Date: Wed, 18 Jun 2008 08:01:54 +0000 (+0200) Subject: * tests/check.mk: Fix a typo in a comment. X-Git-Tag: v7.0~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f94d4dbcd6af82b3b2fa7dcc965740950aebb1;p=thirdparty%2Fcoreutils.git * tests/check.mk: Fix a typo in a comment. --- diff --git a/tests/check.mk b/tests/check.mk index 3ac5e4221a..c494da0fee 100644 --- a/tests/check.mk +++ b/tests/check.mk @@ -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.