aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-09-02 11:24:36 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-09-02 11:29:34 +0200
commit8220f4f00803cfb26520a8bf2ca493493dde4f60 (patch)
tree398433ff97385ec59673b460b0225a55e050a998
parentb0350db9747d602158377af3cf8ceb70764ea840 (diff)
downloadglibc-8220f4f00803cfb26520a8bf2ca493493dde4f60.tar
glibc-8220f4f00803cfb26520a8bf2ca493493dde4f60.tar.gz
glibc-8220f4f00803cfb26520a8bf2ca493493dde4f60.tar.bz2
glibc-8220f4f00803cfb26520a8bf2ca493493dde4f60.zip
Fix typo.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/powerpc/powerpc32/power6/memcpy.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b299a1229..608e133af8 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 c7868069ab..a76f71e04f 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 */