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.17-209-g3a09b62


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  3a09b6208d9ac9ef1563be63c56a56f1f45e4909 (commit)
      from  aea7a9b9d2f9482d174ab95881b132de8472a388 (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=3a09b6208d9ac9ef1563be63c56a56f1f45e4909

commit 3a09b6208d9ac9ef1563be63c56a56f1f45e4909
Author: Roland McGrath <roland@hack.frob.com>
Date:   Mon Feb 11 13:06:09 2013 -0800

    Fix a typo in the mremap comment.

diff --git a/ChangeLog b/ChangeLog
index d746367..90710f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-11  Roland McGrath  <roland@hack.frob.com>
+
+	* misc/sys/mman.h: Fix typo in mremap comment.
+
 2013-02-08  Roland McGrath  <roland@hack.frob.com>
 
 	* manual/examples/mkfsock.c (make_named_socket): Don't add one for
diff --git a/misc/sys/mman.h b/misc/sys/mman.h
index 065fd49..70454a5 100644
--- a/misc/sys/mman.h
+++ b/misc/sys/mman.h
@@ -128,7 +128,7 @@ extern int mincore (void *__start, size_t __len, unsigned char *__vec)
 /* Remap pages mapped by the range [ADDR,ADDR+OLD_LEN) to new length
    NEW_LEN.  If MREMAP_MAYMOVE is set in FLAGS the returned address
    may differ from ADDR.  If MREMAP_FIXED is set in FLAGS the function
-   takes another paramter which is a fixed address at which the block
+   takes another parameter which is a fixed address at which the block
    resides after a successful call.  */
 extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
 		     int __flags, ...) __THROW;

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

Summary of changes:
 ChangeLog       |    4 ++++
 misc/sys/mman.h |    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]