diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-23 12:39:08 +0900 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-23 12:39:08 +0900 |
commit | 23218843d92b77c99375609eb43e6e6b3d7f68c3 (patch) | |
tree | 7c919d116bfacb3846fc42ba7900f7a2255041e1 /arch/m68k/math-emu/fp_decode.h | |
parent | 7825e0c42943e16535ece82f3787b6b94a6c1652 (diff) | |
parent | 6bd80f372371a7b3f5ff13e4e8a560066299c001 (diff) | |
download | talos-op-linux-23218843d92b77c99375609eb43e6e6b3d7f68c3.tar.gz talos-op-linux-23218843d92b77c99375609eb43e6e6b3d7f68c3.zip |
Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k upddates from Geert Uytterhoeven:
- assorted spelling fixes
- defconfig updates
* tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
m68k/defconfig: Update defconfigs for v4.7-rc2
m68k: Assorted spelling fixes
Diffstat (limited to 'arch/m68k/math-emu/fp_decode.h')
-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 |