about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/power4/strncmp.S
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2011-04-22 21:34:32 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-22 21:34:32 -0400
commitded5b9b7c7c0afc7edc520911d76558564638bda (patch)
treeec9520664a3c01f979e2be5d07ceb678e6226a46 /sysdeps/powerpc/powerpc32/power4/strncmp.S
parente84142d2a9eed278ecf869459a5de0b640074517 (diff)
downloadglibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.xz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip
Remove doubled words.
Diffstat (limited to 'sysdeps/powerpc/powerpc32/power4/strncmp.S')
-rw-r--r--sysdeps/powerpc/powerpc32/power4/strncmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc32/power4/strncmp.S b/sysdeps/powerpc/powerpc32/power4/strncmp.S
index f5d47af1eb..70541430d5 100644
--- a/sysdeps/powerpc/powerpc32/power4/strncmp.S
+++ b/sysdeps/powerpc/powerpc32/power4/strncmp.S
@@ -33,7 +33,7 @@ EALIGN (BP_SYM(strncmp), 4, 0)
 #define rSTR2	r4	/* second string arg */
 #define rN	r5	/* max string length */
 /* Note:  The Bounded pointer support in this code is broken.  This code
-   was inherited from PPC32 and and that support was never completed.  
+   was inherited from PPC32 and that support was never completed.  
    Current PPC gcc does not support -fbounds-check or -fbounded-pointers.  */
 #define rWORD1	r6	/* current word in s1 */
 #define rWORD2	r7	/* current word in s2 */