]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: typo: insert omitted word in test comment
authorJames Youngman <jay@gnu.org>
Sun, 19 Jun 2011 07:15:06 +0000 (09:15 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 19 Jun 2011 07:16:20 +0000 (09:16 +0200)
* tests/misc/sort-spinlock-abuse: Fix typo:
s/"very expensive" are/"very expensive" tests are/

tests/misc/sort-spinlock-abuse

index 0e1c86bc520541bd5b307b3c558fdd12380b6db3..0894ec949b2cd227f59df787f87d9d6aa55547e6 100755 (executable)
@@ -21,9 +21,9 @@
 print_ver_ sort
 
 # This isn't terribly expensive, but it must not be run under heavy load.
-# Since the "very expensive" are already run only with -j1, adding this
-# test to the list ensures it still gets _some_ (albeit minimal) coverage
-# while not causing false-positive failures in day to day runs.
+# Since the "very expensive" tests are already run only with -j1, adding
+# this test to the list ensures it still gets _some_ (albeit minimal)
+# coverage while not causing false-positive failures in day to day runs.
 very_expensive_
 
 grep '^#define HAVE_PTHREAD_T 1' "$CONFIG_HEADER" > /dev/null ||