* [PATCH][M68K]Trivial typo fix
@ 2006-06-12 7:02 Jan Altenberg
0 siblings, 0 replies; only message in thread
From: Jan Altenberg @ 2006-06-12 7:02 UTC (permalink / raw)
To: geert; +Cc: LKML
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@tglx.de>
----------------------
--- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-12 7:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 7:02 [PATCH][M68K]Trivial typo fix Jan Altenberg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.