mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
Blackfin: comment spelling s/divsor/divisor/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
cacd2c41c2
commit
bc2d52fe37
@ -154,7 +154,7 @@ ENTRY(___udivsi3)
|
||||
CC = R7 < 0; /* Check quotient(AQ) */
|
||||
/* If AQ==0, we'll sub divisor */
|
||||
IF CC R5 = R1; /* and if AQ==1, we'll add it. */
|
||||
R3 = R3 + R5; /* Add/sub divsor to partial remainder */
|
||||
R3 = R3 + R5; /* Add/sub divisor to partial remainder */
|
||||
R7 = R3 ^ R1; /* Generate next quotient bit */
|
||||
|
||||
R5 = R7 >> 31; /* Get AQ */
|
||||
|
Loading…
Reference in New Issue
Block a user