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.16-ports-merge-361-g2b4f00d


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  2b4f00d1a42b705521ca205ad8285dde82d84f2b (commit)
      from  57c69bef13298a3fbcedebf4c5fcecc690b75efb (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=2b4f00d1a42b705521ca205ad8285dde82d84f2b

commit 2b4f00d1a42b705521ca205ad8285dde82d84f2b
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Sep 25 09:28:43 2012 +0530

    Fix minor typos in comments

diff --git a/ChangeLog b/ChangeLog
index 61f0546..cfab626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* libio/fileops.c (_IO_new_file_seekoff): Fix typos in
+	comments.
+
 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
 
 	* catgets/test-gencat.sh: Add "set -e".
diff --git a/libio/fileops.c b/libio/fileops.c
index 43973c5..e22efde 100644
--- a/libio/fileops.c
+++ b/libio/fileops.c
@@ -984,10 +984,10 @@ _IO_new_file_seekoff (fp, offset, dir, mode)
   /* Flush unwritten characters.
      (This may do an unneeded write if we seek within the buffer.
      But to be able to switch to reading, we would need to set
-     egptr to ptr.  That can't be done in the current design,
+     egptr to pptr.  That can't be done in the current design,
      which assumes file_ptr() is eGptr.  Anyway, since we probably
      end up flushing when we close(), it doesn't make much difference.)
-     FIXME: simulate mem-papped files. */
+     FIXME: simulate mem-mapped files. */
 
   if (fp->_IO_write_ptr > fp->_IO_write_base || _IO_in_put_mode (fp))
     if (_IO_switch_to_get_mode (fp))

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

Summary of changes:
 ChangeLog       |    5 +++++
 libio/fileops.c |    4 ++--
 2 files changed, 7 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]