diff options
Diffstat (limited to 'stdlib/tst-arc4random-thread.c')
-rw-r--r-- | stdlib/tst-arc4random-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-arc4random-thread.c b/stdlib/tst-arc4random-thread.c index 0108289..d8863cf 100644 --- a/stdlib/tst-arc4random-thread.c +++ b/stdlib/tst-arc4random-thread.c @@ -295,7 +295,7 @@ do_test_func (const char *fname, void (*func)(unsigned char *, size_t)) run_outer_threads (func); /* The forking thread delivers a non-deterministic number of - results, which is why expected_blobs is only a minimun number of + results, which is why expected_blobs is only a minimum number of results. */ printf ("info: %s: %zu blob results observed\n", fname, dynarray_blob_size (&global_result)); |