From 00a13bbd04192e309bbd46d13b3db435f3cb0950 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 2 Dec 2002 18:14:24 +0000 Subject: Update. 2002-12-02 Ulrich Drepper * po/fi.po: Update from translation team. --- nptl/perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/perf.c') 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)); -- cgit 1.4.1