X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-v850%2Fptrace.h;h=4f35cf2cd641a8c2abf0c9ea0c7ed23d137b17a0;hb=6510d41954dc6a9c8b1dbca7eaca0f23195ca727;hp=7bf72bb5078cf122036cb47c220973022c0b11a0;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=karo-tx-linux.git diff --git a/include/asm-v850/ptrace.h b/include/asm-v850/ptrace.h index 7bf72bb5078c..4f35cf2cd641 100644 --- a/include/asm-v850/ptrace.h +++ b/include/asm-v850/ptrace.h @@ -92,7 +92,7 @@ struct pt_regs /* The number of bytes used to store each register. */ #define _PT_REG_SIZE 4 -/* Offset of a general purpose register in a stuct pt_regs. */ +/* Offset of a general purpose register in a struct pt_regs. */ #define PT_GPR(num) ((num) * _PT_REG_SIZE) /* Offsets of various special registers & fields in a struct pt_regs. */