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 67cfb54..9d822d8 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 3d49c92..6a35112 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.