Browse Source

[PATCH] m68knommu: fix mangled 'truct' in ptrace.c

Fix broken "truct" -> "struct" in arch_ptrace() parameter list.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Greg Ungerer 19 years ago
parent
commit
afc7cd8950
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/m68knommu/kernel/ptrace.c

+ 1 - 1
arch/m68knommu/kernel/ptrace.c

@@ -101,7 +101,7 @@ void ptrace_disable(struct task_struct *child)
 	put_reg(child, PT_SR, tmp);
 	put_reg(child, PT_SR, tmp);
 }
 }
 
 
-long arch_ptrace(truct task_struct *child, long request, long addr, long data)
+long arch_ptrace(struct task_struct *child, long request, long addr, long data)
 {
 {
 	int ret;
 	int ret;