diff options
author | Antonio Ospite <ao2@ao2.it> | 2015-04-28 07:11:23 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-05-26 09:28:34 -0400 |
commit | 82350ab1670b939efc9fd69ab863ee5a3563a0d6 (patch) | |
tree | f05597a8725e9f21e28ad364b46c0fc0438a0c69 | |
parent | 947b6f87c7953803dfc28a36bd31f920cc5bb480 (diff) |
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>
-rw-r--r-- | arch/arm/lib/lib1funcs.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/lib/lib1funcs.S b/arch/arm/lib/lib1funcs.S index 947567ff67f9..af2267f6a529 100644 --- a/arch/arm/lib/lib1funcs.S +++ b/arch/arm/lib/lib1funcs.S | |||
@@ -167,7 +167,7 @@ Boston, MA 02111-1307, USA. */ | |||
167 | 167 | ||
168 | #endif | 168 | #endif |
169 | 169 | ||
170 | @ Perform all needed substractions to keep only the reminder. | 170 | @ Perform all needed subtractions to keep only the reminder. |
171 | @ Do comparisons in batch of 4 first. | 171 | @ Do comparisons in batch of 4 first. |
172 | subs \order, \order, #3 @ yes, 3 is intended here | 172 | subs \order, \order, #3 @ yes, 3 is intended here |
173 | blt 2f | 173 | blt 2f |
@@ -189,7 +189,7 @@ Boston, MA 02111-1307, USA. */ | |||
189 | teqne \dividend, #0 | 189 | teqne \dividend, #0 |
190 | beq 5f | 190 | beq 5f |
191 | 191 | ||
192 | @ Either 1, 2 or 3 comparison/substractions are left. | 192 | @ Either 1, 2 or 3 comparison/subtractions are left. |
193 | 2: cmn \order, #2 | 193 | 2: cmn \order, #2 |
194 | blt 4f | 194 | blt 4f |
195 | beq 3f | 195 | beq 3f |