projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2a0f7
)
parisc: Fix typo in fpudispatch.c
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:03:32 +0000
(14:03 +0200)
committer
Helge 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/math-emu/fpudispatch.c
b/arch/parisc/math-emu/fpudispatch.c
index 673b73e8420d0fd5742264ad6c2214c43a78ef9a..18df1237c93cabb2356ca95cbb2050697f79b275 100644
(file)
--- a/
arch/parisc/math-emu/fpudispatch.c
+++ b/
arch/parisc/math-emu/fpudispatch.c
@@
-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 appro
pr
iate 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,