]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: typo fix
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Dec 2010 18:02:06 +0000 (10:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Dec 2010 18:02:43 +0000 (10:02 -0800)
* tests/misc/sort-stale-thread-mem: Fix typo in comment.

tests/misc/sort-stale-thread-mem

index 8ad60ed37a11ce16591d8017db91e3da8f51b237..2955e22c52316ec08af356bc118bc0cb23ed548f 100755 (executable)
@@ -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