Skip to content

Commit

Permalink
ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ospite <[email protected]>
Cc: Russell King <[email protected]>
Cc: Christoffer Dall <[email protected]>
Cc: [email protected]
Acked-by: Russell King <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
ao2 authored and Jiri Kosina committed May 26, 2015
1 parent 947b6f8 commit 82350ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/lib/lib1funcs.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 82350ab

Please sign in to comment.