diff options
author | Jim Meyering <meyering@redhat.com> | 2008-06-18 10:01:54 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-18 10:01:54 +0200 |
commit | 61f94d4dbcd6af82b3b2fa7dcc965740950aebb1 (patch) | |
tree | 23f3081104a7b4df27a1bb938fba6a1705ee85e8 /tests | |
parent | a087f17a441ee9ebd0fbf18ca80e23ef92040bbb (diff) | |
download | coreutils-61f94d4dbcd6af82b3b2fa7dcc965740950aebb1.tar.xz |
* tests/check.mk: Fix a typo in a comment.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check.mk b/tests/check.mk index 3ac5e4221..c494da0fe 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. |