From: Paul Eggert Date: Mon, 13 Dec 2010 18:02:06 +0000 (-0800) Subject: tests: typo fix X-Git-Tag: v8.8~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d36bd4c6418083d543c3757905c3202f2d0ee43;p=thirdparty%2Fcoreutils.git tests: typo fix * tests/misc/sort-stale-thread-mem: Fix typo in comment. --- diff --git a/tests/misc/sort-stale-thread-mem b/tests/misc/sort-stale-thread-mem index 8ad60ed37a..2955e22c52 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