Signed-off-by: Andrea Gelmini <andrea.gelm...@gelma.net>
---
 arch/powerpc/lib/checksum_64.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/lib/checksum_64.S b/arch/powerpc/lib/checksum_64.S
index 8e6e510..f3b5b7d 100644
--- a/arch/powerpc/lib/checksum_64.S
+++ b/arch/powerpc/lib/checksum_64.S
@@ -74,7 +74,7 @@ _GLOBAL(__csum_partial)
        ld      r11,24(r3)
 
        /*
-        * On POWER6 and POWER7 back to back addes take 2 cycles because of
+        * On POWER6 and POWER7 back to back adds take 2 cycles because of
         * the XER dependency. This means the fastest this loop can go is
         * 16 cycles per iteration. The scheduling of the loop below has
         * been shown to hit this on both POWER6 and POWER7.
@@ -275,7 +275,7 @@ source;     ld      r10,16(r3)
 source;        ld      r11,24(r3)
 
        /*
-        * On POWER6 and POWER7 back to back addes take 2 cycles because of
+        * On POWER6 and POWER7 back to back adds take 2 cycles because of
         * the XER dependency. This means the fastest this loop can go is
         * 16 cycles per iteration. The scheduling of the loop below has
         * been shown to hit this on both POWER6 and POWER7.
-- 
2.8.2.534.g1f66975

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to