diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-03-14 16:29:34 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 12:51:57 +0200 |
commit | bc2d52fe379b445b94cd7ce1de5a8ac4c13a9101 (patch) | |
tree | 09a4c07209e1c9b9950a51d090be0ded8c3635fe /arch/blackfin | |
parent | cacd2c41c2349760e834f018951960da84332b56 (diff) | |
download | linux-bc2d52fe379b445b94cd7ce1de5a8ac4c13a9101.tar.bz2 |
Blackfin: comment spelling s/divsor/divisor/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/lib/udivsi3.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/lib/udivsi3.S b/arch/blackfin/lib/udivsi3.S index 748a6a2e8c17..90bfa809b392 100644 --- a/arch/blackfin/lib/udivsi3.S +++ b/arch/blackfin/lib/udivsi3.S @@ -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 */ |