summary refs log tree commit diff
path: root/nptl/perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/perf.c')
-rw-r--r--nptl/perf.c2
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));