Typo fix.

This commit is contained in:
Ulrich Drepper 2009-10-08 13:39:00 -07:00
parent b68053cf7d
commit 1219ddfe54
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2009-10-08 Ulrich Drepper <drepper@redhat.com>
[BZ #10731]
* stdlib/rand_r.c: Fix typo.
* po/cs.po: Update from translation team.
2009-10-06 Andreas Schwab <schwab@redhat.com>

View File

@ -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 <drepper@cygnus.com>, 1996.