diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 14:57:20 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-07-03 15:05:28 +0300 |
commit | 86a8280a7fe007d61b05fa8a352edc0595283dad (patch) | |
tree | 934fde98c50475649c6adf757912905a31108467 /arch/m68k/math-emu | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-86a8280a7fe007d61b05fa8a352edc0595283dad.tar.xz |
m68k: Assorted spelling fixes
- s/acccess/access/
- s/accoding/according/
- s/addad/added/
- s/addreess/address/
- s/allocatiom/allocation/
- s/Assember/Assembler/
- s/compactnes/compactness/
- s/conneced/connected/
- s/decending/descending/
- s/diectly/directly/
- s/diplacement/displacement/
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
[geert: Squashed, fix arch/m68k/ifpsp060/src/pfpsp.S]
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/math-emu')
-rw-r--r-- | arch/m68k/math-emu/fp_decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/math-emu/fp_decode.h b/arch/m68k/math-emu/fp_decode.h index 759679d9ab96..6d1e760e2a0e 100644 --- a/arch/m68k/math-emu/fp_decode.h +++ b/arch/m68k/math-emu/fp_decode.h @@ -130,7 +130,7 @@ do_fscc=0 bfextu %d2{#13,#3},%d0 .endm -| decode the 8bit diplacement from the brief extension word +| decode the 8bit displacement from the brief extension word .macro fp_decode_disp8 move.b %d2,%d0 ext.w %d0 |