about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/memcpy.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/powerpc64/memcpy.S
parente84142d2a9eed278ecf869459a5de0b640074517 (diff)
downloadglibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.xz
glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip
Remove doubled words.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/memcpy.S')
-rw-r--r--sysdeps/powerpc/powerpc64/memcpy.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc64/memcpy.S b/sysdeps/powerpc/powerpc64/memcpy.S
index f395de9066..15869e2ee3 100644
--- a/sysdeps/powerpc/powerpc64/memcpy.S
+++ b/sysdeps/powerpc/powerpc64/memcpy.S
@@ -1,5 +1,5 @@
 /* Optimized memcpy implementation for PowerPC64.
-   Copyright (C) 2003, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2006, 2011 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -94,7 +94,7 @@ EALIGN (BP_SYM (memcpy), 5, 0)
 
   /* Move doublewords where destination and source are DW aligned.
      Use a unrolled loop to copy 4 doubleword (32-bytes) per iteration.
-     If the the copy is not an exact multiple of 32 bytes, 1-3 
+     If the copy is not an exact multiple of 32 bytes, 1-3 
      doublewords are copied as needed to set up the main loop.  After
      the main loop exits there may be a tail of 1-7 bytes. These byte are 
      copied a word/halfword/byte at a time as needed to preserve alignment.  */