diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-01-15 02:12:54 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-15 02:12:54 +0100 |
commit | 3235798804ee75f09d45aee5003197930de57689 (patch) | |
tree | 1f4612f8af6cc638736661c0899e58fb20e650e2 /include | |
parent | fad6a94ee6b33ca5e6184e8b08634a6a2319d0cb (diff) | |
download | op-kernel-dev-3235798804ee75f09d45aee5003197930de57689.zip op-kernel-dev-3235798804ee75f09d45aee5003197930de57689.tar.gz |
Fix "stuct", "strut", "struc" typos
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-v850/ptrace.h | 2 | ||||
-rw-r--r-- | include/linux/pfkeyv2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-v850/ptrace.h b/include/asm-v850/ptrace.h index 7bf72bb..4f35cf2 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. */ diff --git a/include/linux/pfkeyv2.h b/include/linux/pfkeyv2.h index 6351c40..bac0fb3 100644 --- a/include/linux/pfkeyv2.h +++ b/include/linux/pfkeyv2.h @@ -104,7 +104,7 @@ struct sadb_prop { /* followed by: struct sadb_comb sadb_combs[(sadb_prop_len + sizeof(uint64_t) - sizeof(struct sadb_prop)) / - sizeof(strut sadb_comb)]; */ + sizeof(struct sadb_comb)]; */ struct sadb_comb { uint8_t sadb_comb_auth; |