]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/ptrace.h
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / include / asm-ppc / ptrace.h
index 3c2f4e605a92b62a2a9f35fc619042e3365c6396..196613b9f15e0732b98610104aafccf84eb30ec4 100755 (executable)
@@ -39,7 +39,7 @@ struct pt_regs {
        PPC_REG trap;           /* Reason for being here */
        PPC_REG dar;            /* Fault registers */
        PPC_REG dsisr;
-       PPC_REG result;         /* Result of a system call */
+       PPC_REG result;         /* Result of a system call */
 };
 #endif