diff options
author | Jim Meyering <jim@meyering.net> | 2011-04-22 21:34:32 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 21:34:32 -0400 |
commit | ded5b9b7c7c0afc7edc520911d76558564638bda (patch) | |
tree | ec9520664a3c01f979e2be5d07ceb678e6226a46 /sysdeps/ia64/strcpy.S | |
parent | e84142d2a9eed278ecf869459a5de0b640074517 (diff) | |
download | glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.bz2 glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip |
Remove doubled words.
Diffstat (limited to 'sysdeps/ia64/strcpy.S')
-rw-r--r-- | sysdeps/ia64/strcpy.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/strcpy.S b/sysdeps/ia64/strcpy.S index 8745c8e8e6..5001f831c3 100644 --- a/sysdeps/ia64/strcpy.S +++ b/sysdeps/ia64/strcpy.S @@ -1,6 +1,6 @@ /* Optimized version of the standard strcpy() function. This file is part of the GNU C Library. - Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2011 Free Software Foundation, Inc. Contributed by Dan Pop <Dan.Pop@cern.ch>. The GNU C Library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ in0: dest in1: src - In this form, it assumes little endian mode. For big endian mode, the + In this form, it assumes little endian mode. For big endian mode, the two shifts in .l2 must be inverted: shl value = r[1], sh1 // value = w0 << sh1 |