Fix typos.
[platform/upstream/glibc.git] / sysdeps / powerpc / powerpc32 / cell / memcpy.S
index f3605d7..24a0f12 100644 (file)
@@ -49,7 +49,7 @@ EALIGN (memcpy, 5, 0)
 
 .Lbigcopy:
        neg     r8,r3           /* LS 3 bits = # bytes to 8-byte dest bdry  */
-       clrlwi  r8,r8,32-4      /* aling to 16byte boundary  */
+       clrlwi  r8,r8,32-4      /* align to 16byte boundary  */
        sub     r7,r4,r3
        cmplwi  cr0,r8,0
        beq+    .Ldst_aligned