Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Fix typo in fpudispatch.c

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Andrea Gelmini and committed by
Helge Deller
90afe0a9 1a2a0f78

+1 -1
+1 -1
arch/parisc/math-emu/fpudispatch.c
··· 184 184 185 185 /* 186 186 * this routine will decode the excepting floating point instruction and 187 - * call the approiate emulation routine. 187 + * call the appropriate emulation routine. 188 188 * It is called by decode_fpu with the following parameters: 189 189 * fpudispatch(current_ir, unimplemented_code, 0, &Fpu_register) 190 190 * where current_ir is the instruction to be emulated,