From ded5b9b7c7c0afc7edc520911d76558564638bda Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 22 Apr 2011 21:34:32 -0400 Subject: Remove doubled words. --- sysdeps/powerpc/powerpc64/power6/memcpy.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/powerpc/powerpc64/power6/memcpy.S') diff --git a/sysdeps/powerpc/powerpc64/power6/memcpy.S b/sysdeps/powerpc/powerpc64/power6/memcpy.S index d105f8302e..1edc7c98b5 100644 --- a/sysdeps/powerpc/powerpc64/power6/memcpy.S +++ b/sysdeps/powerpc/powerpc64/power6/memcpy.S @@ -1,5 +1,5 @@ /* Optimized memcpy implementation for PowerPC64. - Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2007, 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 @@ -119,7 +119,7 @@ EALIGN (BP_SYM (memcpy), 7, 0) /* Move doublewords where destination and source are DW aligned. Use a unrolled loop to copy 16 doublewords (128-bytes) per iteration. - If the the copy is not an exact multiple of 128 bytes, 1-15 + If the copy is not an exact multiple of 128 bytes, 1-15 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 -- cgit v1.2.3