This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.10-354-g1219ddf


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1219ddfe549429272b327c020a6b3d91120a8e16 (commit)
      from  b68053cf7d59b065eb7628c35f50c4d5096fcaa7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1219ddfe549429272b327c020a6b3d91120a8e16

commit 1219ddfe549429272b327c020a6b3d91120a8e16
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu Oct 8 13:39:00 2009 -0700

    Typo fix.

diff --git a/ChangeLog b/ChangeLog
index 67cfb54..9d822d8 100644
--- 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>
diff --git a/stdlib/rand_r.c b/stdlib/rand_r.c
index 3d49c92..6a35112 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 <drepper@cygnus.com>, 1996.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    3 +++
 stdlib/rand_r.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]