ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/
authorAntonio Ospite <ao2@ao2.it>
Tue, 28 Apr 2015 11:11:23 +0000 (13:11 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 26 May 2015 13:28:34 +0000 (15:28 +0200)
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Christoffer Dall <christoffer.dall@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/lib/lib1funcs.S

index 947567ff67f922dbf33c2c8db014758ced45b2f0..af2267f6a52941eb91e46f1613891d4155427b5a 100644 (file)
@@ -167,7 +167,7 @@ Boston, MA 02111-1307, USA.  */
 
 #endif
 
-       @ Perform all needed substractions to keep only the reminder.
+       @ Perform all needed subtractions to keep only the reminder.
        @ Do comparisons in batch of 4 first.
        subs    \order, \order, #3              @ yes, 3 is intended here
        blt     2f
@@ -189,7 +189,7 @@ Boston, MA 02111-1307, USA.  */
        teqne   \dividend, #0
        beq     5f
 
-       @ Either 1, 2 or 3 comparison/substractions are left.
+       @ Either 1, 2 or 3 comparison/subtractions are left.
 2:     cmn     \order, #2
        blt     4f
        beq     3f