]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Typo fix.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 2009 20:39:00 +0000 (13:39 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 2009 20:39:00 +0000 (13:39 -0700)
ChangeLog
stdlib/rand_r.c

index 67cfb5408596d5979a141fa87417d0e5af3a0685..9d822d833b19dad2b1f230c00f401b963beb8380 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 3d49c92de65d338e6aae87c8b1e98187fb0080fb..6a35112f2f39fceee5b5aa77f0be691d6593a481 100644 (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.