summary refs log tree commit diff
path: root/stdlib/tst-arc4random-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-arc4random-thread.c')
-rw-r--r--stdlib/tst-arc4random-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-arc4random-thread.c b/stdlib/tst-arc4random-thread.c
index 010828920e..d8863cf6d0 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));