[PATCH][M68K]Trivial typo fix

From: Jan Altenberg
Date: Mon Jun 12 2006 - 03:01:23 EST


Hi,

by chance I came across this little typo in asm/ptrace.h
for the m68knommu architecture.

It doesn't affect me, but maybe it'll affect somebody out there.

See the following patch against 2.6.17-rc6.


Signed-off-by: Jan Altenberg <tb10alj@xxxxxxx>

----------------------

--- linux-2.6.17-rc6/include/asm-m68knommu/ptrace.h.orig 2006-06-12 08:49:51.000000000 +0200
+++ linux-2.6.17-rc6/include/asm-m68knommu/ptrace.h 2006-06-12 08:50:11.000000000 +0200
@@ -70,7 +70,7 @@ struct switch_stack {
/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
#define PTRACE_GETREGS 12
#define PTRACE_SETREGS 13
-#ifdef COFNIG_FPU
+#ifdef CONFIG_FPU
#define PTRACE_GETFPREGS 14
#define PTRACE_SETFPREGS 15
#endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/