Message ID | 20160521120322.10812-1-andrea.gelmini@gelma.net (mailing list archive) |
---|---|
State | Rejected, archived |
Headers | show |
On Sat, 21 May 2016 14:03:22 +0200 Andrea Gelmini <andrea.gelmini@gelma.net> wrote: > + * The only was to differentiate between TIMEX and ROLEX (or PCX-S > and PCX-T) > + * is thorough the potential type field from the PDC_MODEL call. The > + * following flags are used at assist this differentiation. > */ And now it still doesn't make sense. was -> way thorough -> through at assist -> ??? Regards, jer -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/parisc/math-emu/fpu.h b/arch/parisc/math-emu/fpu.h index 0af5c3c..46eb90e 100644 --- a/arch/parisc/math-emu/fpu.h +++ b/arch/parisc/math-emu/fpu.h @@ -63,9 +63,9 @@ #define EMULATION_VERSION 4 /* - * The only was to differeniate between TIMEX and ROLEX (or PCX-S and PCX-T) - * is thorough the potential type field from the PDC_MODEL call. The - * following flags are used at assist this differeniation. + * The only was to differentiate between TIMEX and ROLEX (or PCX-S and PCX-T) + * is thorough the potential type field from the PDC_MODEL call. The + * following flags are used at assist this differentiation. */ #define ROLEX_POTENTIAL_KEY_FLAGS PDC_MODEL_CPU_KEY_WORD_TO_IO
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- arch/parisc/math-emu/fpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)