diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-02 18:14:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-02 18:14:24 +0000 |
commit | 00a13bbd04192e309bbd46d13b3db435f3cb0950 (patch) | |
tree | 3a76e3c2e6af4d2f30d1ef6d5b4da0ea528e403a /nptl/perf.c | |
parent | 91949a339b51c3817edc556450f23c6ff0f0768a (diff) | |
download | glibc-00a13bbd04192e309bbd46d13b3db435f3cb0950.tar glibc-00a13bbd04192e309bbd46d13b3db435f3cb0950.tar.gz glibc-00a13bbd04192e309bbd46d13b3db435f3cb0950.tar.bz2 glibc-00a13bbd04192e309bbd46d13b3db435f3cb0950.zip |
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.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)); |