diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2010-12-13 10:02:06 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2010-12-13 10:02:43 -0800 |
commit | 6d36bd4c6418083d543c3757905c3202f2d0ee43 (patch) | |
tree | eb507040b15589a7a321a05ba9480aac894db092 /tests | |
parent | 0c70708db7ed32d2b379116dc6bf64f07539aaf1 (diff) | |
download | coreutils-6d36bd4c6418083d543c3757905c3202f2d0ee43.tar.xz |
tests: typo fix
* tests/misc/sort-stale-thread-mem: Fix typo in comment.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/sort-stale-thread-mem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sort-stale-thread-mem b/tests/misc/sort-stale-thread-mem index 8ad60ed37..2955e22c5 100755 --- a/tests/misc/sort-stale-thread-mem +++ b/tests/misc/sort-stale-thread-mem @@ -33,7 +33,7 @@ test "$(nproc)" = 1 && skip_ "requires a multi-core system" framework_failure_ # With the bug, 'sort' would fail under valgrind about half the time, -# on some circa-2010 multicore Linux platforms. Run the test 10 times +# on some circa-2010 multicore Linux platforms. Run the test 100 times # so that the probability of missing the bug should be about 1 in # 2**100 on these hosts. for i in $(seq 100); do |