From 056fef9a187614b679c297cf7c22cd9f96fa9fb3 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Thu, 18 Oct 2007 19:21:38 +0200 Subject: [PATCH] m68knommu: ptrace.h typo fix Signed-off-by: Jan Altenberg Signed-off-by: Adrian Bunk --- include/asm-m68knommu/ptrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2