lkml.org 
[lkml]   [2006]   [Jun]   [12]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 12 Jun 2006 09:02:21 +0200
FromJan Altenberg <>
Subject[PATCH][M68K]Trivial typo fix
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-06-12 09:04    [from the cache]
©2003-2008