This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITED] Fix additional typo.


On Fri, Aug 30, 2013 at 09:22:38AM -0700, Brooks Moses wrote:
> On 08/30/2013 05:58 AM, OndÅej BÃlka wrote:
> >--- a/sysdeps/powerpc/powerpc32/power6/memcpy.S
> >+++ b/sysdeps/powerpc/powerpc32/power6/memcpy.S
> [...]
> >-     if there more then 0 bytes (1-3) bytes remaining and use
> >+     if there more than 0 bytes (1-3) bytes remaining and use
> 
> This needs to be corrected to "if there are more than".
> 
> - Brooks

Ok, I commited this correction as obvious.

./ChangeLog:

	* sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.

---
 sysdeps/powerpc/powerpc32/power6/memcpy.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/powerpc/powerpc32/power6/memcpy.S b/sysdeps/powerpc/powerpc32/power6/memcpy.S
index c786806..a76f71e 100644
--- a/sysdeps/powerpc/powerpc32/power6/memcpy.S
+++ b/sysdeps/powerpc/powerpc32/power6/memcpy.S
@@ -433,7 +433,7 @@ L(wdu):
      Then if more than 4 bytes remain we again use aligned loads,
      shifts and or to generate the next dst word. We then process the
      remaining words using unaligned loads as needed. Finally we check
-     if there more than 0 bytes (1-3) bytes remaining and use
+     if there are more than 0 bytes (1-3) bytes remaining and use
      halfword and or byte load/stores to complete the copy.
 */
     mr      4,12      /* restore unaligned adjusted src ptr */
-- 
1.8.3.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]