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.18-57-g8220f4f


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  8220f4f00803cfb26520a8bf2ca493493dde4f60 (commit)
      from  b0350db9747d602158377af3cf8ceb70764ea840 (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=8220f4f00803cfb26520a8bf2ca493493dde4f60

commit 8220f4f00803cfb26520a8bf2ca493493dde4f60
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Mon Sep 2 11:24:36 2013 +0200

    Fix typo.

diff --git a/ChangeLog b/ChangeLog
index 6b299a1..608e133 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-02   OndÅ?ej Bílka  <neleai@seznam.cz>
+
+	* sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
+
 2013-08-30   OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	* csu/init-first.c: Fix then/than typos.
diff --git a/sysdeps/powerpc/powerpc32/power6/memcpy.S b/sysdeps/powerpc/powerpc32/power6/memcpy.S
index c786806..a76f71e 100644
--- a/sysdeps/powerpc/powerpc32/power6/memcpy.S
+++ b/sysdeps/powerpc/powerpc32/power6/memcpy.S
@@ -433,7 +433,7 @@ L(wdu):
      Then if more than 4 bytes remain we again use aligned loads,
      shifts and or to generate the next dst word. We then process the
      remaining words using unaligned loads as needed. Finally we check
-     if there more than 0 bytes (1-3) bytes remaining and use
+     if there are more than 0 bytes (1-3) bytes remaining and use
      halfword and or byte load/stores to complete the copy.
 */
     mr      4,12      /* restore unaligned adjusted src ptr */

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

Summary of changes:
 ChangeLog                                 |    4 ++++
 sysdeps/powerpc/powerpc32/power6/memcpy.S |    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]