summaryrefslogtreecommitdiff
path: root/nptl/perf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-02 18:14:24 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-02 18:14:24 +0000
commit00a13bbd04192e309bbd46d13b3db435f3cb0950 (patch)
tree3a76e3c2e6af4d2f30d1ef6d5b4da0ea528e403a /nptl/perf.c
parent91949a339b51c3817edc556450f23c6ff0f0768a (diff)
Update.
2002-12-02 Ulrich Drepper <drepper@redhat.com> * po/fi.po: Update from translation team.
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));