From: Ulrich Drepper Date: Thu, 8 Oct 2009 20:39:00 +0000 (-0700) Subject: Typo fix. X-Git-Tag: fedora/glibc-2.10.90-25~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1219ddfe549429272b327c020a6b3d91120a8e16;p=thirdparty%2Fglibc.git Typo fix. --- diff --git a/ChangeLog b/ChangeLog index 67cfb540859..9d822d833b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-10-08 Ulrich Drepper + [BZ #10731] + * stdlib/rand_r.c: Fix typo. + * po/cs.po: Update from translation team. 2009-10-06 Andreas Schwab diff --git a/stdlib/rand_r.c b/stdlib/rand_r.c index 3d49c92de65..6a35112f2f3 100644 --- a/stdlib/rand_r.c +++ b/stdlib/rand_r.c @@ -1,5 +1,5 @@ -/* Reentrant random function frm POSIX.1c. - Copyright (C) 1996, 1999 Free Software Foundation, Inc. +/* Reentrant random function from POSIX.1c. + Copyright (C) 1996, 1999, 2009 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996.