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/i386/stpncpy.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/stpncpy.S b/sysdeps/i386/stpncpy.S index c163a33591..8a3633bcb2 100644 --- a/sysdeps/i386/stpncpy.S +++ b/sysdeps/i386/stpncpy.S @@ -1,7 +1,7 @@ /* copy no more then N bytes from SRC to DEST, returning the address of the terminating '\0' in DEST. For Intel 80x86, x>=3. - Copyright (C) 1994-1997,2000,2002,2005 Free Software Foundation, Inc. + Copyright (C) 1994-1997,2000,2002,2005,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper Some bug fixes by Alan Modra @@ -56,7 +56,7 @@ ENTRY (BP_SYM (__stpncpy)) ALIGN(4) /* Four times unfolded loop with two loop counters. We get the - the third value (the source address) by using the index+base + third value (the source address) by using the index+base addressing mode. */ L(2): movb (%eax,%esi), %dl /* load current char */ movb %dl, (%eax) /* and store it */ -- cgit 1.4.1