diff options
author | James Youngman <jay@gnu.org> | 2011-06-19 09:15:06 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-06-19 09:16:20 +0200 |
commit | c8392b368e33ed286dd00bf0c66bbae462513d61 (patch) | |
tree | 094a9c205236f14a908838d0fa6d25e484772116 /tests | |
parent | 51e9f0308e878e2b2906e767e69d2119c383033c (diff) | |
download | coreutils-c8392b368e33ed286dd00bf0c66bbae462513d61.tar.xz |
maint: typo: insert omitted word in test comment
* tests/misc/sort-spinlock-abuse: Fix typo:
s/"very expensive" are/"very expensive" tests are/
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/sort-spinlock-abuse | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/sort-spinlock-abuse b/tests/misc/sort-spinlock-abuse index 0e1c86bc5..0894ec949 100755 --- a/tests/misc/sort-spinlock-abuse +++ b/tests/misc/sort-spinlock-abuse @@ -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 || |