ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/
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>
This commit is contained in:
parent
947b6f87c7
commit
82350ab167
|
@ -167,7 +167,7 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#endif
|
#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.
|
@ Do comparisons in batch of 4 first.
|
||||||
subs \order, \order, #3 @ yes, 3 is intended here
|
subs \order, \order, #3 @ yes, 3 is intended here
|
||||||
blt 2f
|
blt 2f
|
||||||
|
@ -189,7 +189,7 @@ Boston, MA 02111-1307, USA. */
|
||||||
teqne \dividend, #0
|
teqne \dividend, #0
|
||||||
beq 5f
|
beq 5f
|
||||||
|
|
||||||
@ Either 1, 2 or 3 comparison/substractions are left.
|
@ Either 1, 2 or 3 comparison/subtractions are left.
|
||||||
2: cmn \order, #2
|
2: cmn \order, #2
|
||||||
blt 4f
|
blt 4f
|
||||||
beq 3f
|
beq 3f
|
||||||
|
|
Loading…
Reference in New Issue