m68k: fix comment typo diable -> disable.
The below patch fixes a typo "diable" to "disable". Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
62e45c14fb
commit
f3449bf31d
1 changed files with 1 additions and 1 deletions
|
@ -3881,7 +3881,7 @@ _fpsp_fline:
|
|||
# FP Unimplemented Instruction stack frame and jump to that entry
|
||||
# point.
|
||||
#
|
||||
# but, if the FPU is disabled, then we need to jump to the FPU diabled
|
||||
# but, if the FPU is disabled, then we need to jump to the FPU disabled
|
||||
# entry point.
|
||||
movc %pcr,%d0
|
||||
btst &0x1,%d0
|
||||
|
|
Loading…
Reference in a new issue