parisc: Fix typo in fpudispatch.c
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:03:32 +0000 (14:03 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 22 May 2016 20:29:07 +0000 (22:29 +0200)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/math-emu/fpudispatch.c

index 673b73e8420d0fd5742264ad6c2214c43a78ef9a..18df1237c93cabb2356ca95cbb2050697f79b275 100644 (file)
@@ -184,7 +184,7 @@ static void parisc_linux_get_fpu_type(u_int fpregs[])
 
 /*
  * this routine will decode the excepting floating point instruction and
- * call the approiate emulation routine.
+ * call the appropriate emulation routine.
  * It is called by decode_fpu with the following parameters:
  * fpudispatch(current_ir, unimplemented_code, 0, &Fpu_register)
  * where current_ir is the instruction to be emulated,