diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc32/strncmp.S')
-rw-r--r-- | sysdeps/powerpc/powerpc32/strncmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc32/strncmp.S b/sysdeps/powerpc/powerpc32/strncmp.S index 149e51a132..d9e274b69b 100644 --- a/sysdeps/powerpc/powerpc32/strncmp.S +++ b/sysdeps/powerpc/powerpc32/strncmp.S @@ -49,7 +49,7 @@ EALIGN (BP_SYM(strncmp), 4, 0) cmplwi cr1, rN, 0 lis rFEFE, -0x101 bne L(unaligned) -/* We are word alligned so set up for two loops. first a word +/* We are word aligned so set up for two loops. first a word loop, then fall into the byte loop if any residual. */ srwi. rTMP, rN, 2 clrlwi rN, rN, 30 |