From: Jan Altenberg Date: Thu, 18 Oct 2007 17:21:38 +0000 (+0200) Subject: m68knommu: ptrace.h typo fix X-Git-Tag: v2.6.16.56-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056fef9a187614b679c297cf7c22cd9f96fa9fb3;p=thirdparty%2Fkernel%2Fstable.git m68knommu: ptrace.h typo fix Signed-off-by: Jan Altenberg Signed-off-by: Adrian Bunk --- diff --git a/include/asm-m68knommu/ptrace.h b/include/asm-m68knommu/ptrace.h index f65bd90749e69..1e19c457de7de 100644 --- a/include/asm-m68knommu/ptrace.h +++ b/include/asm-m68knommu/ptrace.h @@ -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