From c0c3f78afb6070721848574e2e5dff5cfa20e28d Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Wed, 21 Aug 2013 19:48:48 +0200 Subject: Fix typos. --- sysdeps/powerpc/powerpc32/power7/memcmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/powerpc/powerpc32/power7') diff --git a/sysdeps/powerpc/powerpc32/power7/memcmp.S b/sysdeps/powerpc/powerpc32/power7/memcmp.S index f764b7ce31..075e19f141 100644 --- a/sysdeps/powerpc/powerpc32/power7/memcmp.S +++ b/sysdeps/powerpc/powerpc32/power7/memcmp.S @@ -515,7 +515,7 @@ L(zeroLength): of rBITDIF to 0. If rBITDIF == 0 then rStr1 is word aligned and can perform the Wunaligned loop. - Otherwise we know that rSTR1 is not aready word aligned yet. + Otherwise we know that rSTR1 is not already word aligned yet. So we can force the string addresses to the next lower word boundary and special case this first word using shift left to eliminate bits preceding the first byte. Since we want to join the -- cgit 1.4.1