]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorOndřej Bílka <neleai@seznam.cz>
Mon, 2 Sep 2013 09:24:36 +0000 (11:24 +0200)
committerOndřej Bílka <neleai@seznam.cz>
Mon, 2 Sep 2013 09:29:34 +0000 (11:29 +0200)
ChangeLog
sysdeps/powerpc/powerpc32/power6/memcpy.S

index 6b299a1229a1313a0643947ade379b3836c415f8..608e133af8bc165aa0a9a767b40a61c05bc85733 100644 (file)
--- 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.
index c7868069ab744746ede5677e4c39c0264f485520..a76f71e04f1e1d4e3b4b2b6fb3ebb1e1a5026411 100644 (file)
@@ -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 */