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.19-873-gbb2ce41


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  bb2ce416563a61bb065f92e022dfd231097d90b6 (commit)
      from  7950a4ee59c8a3d4c17480a368759814989fc290 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bb2ce416563a61bb065f92e022dfd231097d90b6

commit bb2ce416563a61bb065f92e022dfd231097d90b6
Author: Sean Anderson <seanga2@gmail.com>
Date:   Tue Aug 12 05:23:41 2014 -0400

    malloc: fix comment typo

diff --git a/ChangeLog b/ChangeLog
index 2cc226b..c73d092 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-12  Sean Anderson  <seanga2@gmail.com>
+
+	* malloc/malloc.c: Fix typo in comment.
+
 2014-08-09  Allan McRae  <allan@archlinux.org>
 
 	* Regenerate libc.po.
diff --git a/malloc/malloc.c b/malloc/malloc.c
index 41fd76a..6ee3840 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -22,7 +22,7 @@
   This is a version (aka ptmalloc2) of malloc/free/realloc written by
   Doug Lea and adapted to multiple threads/arenas by Wolfram Gloger.
 
-  There have been substantial changesmade after the integration into
+  There have been substantial changes made after the integration into
   glibc in all parts of the code.  Do not look for much commonality
   with the ptmalloc2 version.
 

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

Summary of changes:
 ChangeLog       |    4 ++++
 malloc/malloc.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]