diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/perf.c b/nptl/perf.c index e94ccf8a6b..3e92920bb2 100644 --- a/nptl/perf.c +++ b/nptl/perf.c @@ -166,7 +166,7 @@ work (void *arg) /* Determine what to do. */ unsigned int rnum; - /* Equal distribution. */ + /* Uniform distribution. */ do rnum = rand_r (&state); while (rnum >= UINT_MAX - (UINT_MAX % 100)); |