Commit 8b3de0df4eefc47ca2aa459b72dd8b2711f3640c

Authored by Marcin Ślusarz
Committed by Adrian Bunk
1 parent 254012fd51

asm-*/compat.h: fix typo in comment

Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

Showing 7 changed files with 7 additions and 7 deletions Side-by-side Diff

include/asm-ia64/compat.h
... ... @@ -181,7 +181,7 @@
181 181 /*
182 182 * A pointer passed in from user mode. This should not be used for syscall parameters,
183 183 * just declare them as pointers because the syscall entry code will have appropriately
184   - * comverted them already.
  184 + * converted them already.
185 185 */
186 186 typedef u32 compat_uptr_t;
187 187  
include/asm-mips/compat.h
... ... @@ -128,7 +128,7 @@
128 128 * A pointer passed in from user mode. This should not
129 129 * be used for syscall parameters, just declare them
130 130 * as pointers because the syscall entry code will have
131   - * appropriately comverted them already.
  131 + * appropriately converted them already.
132 132 */
133 133 typedef u32 compat_uptr_t;
134 134  
include/asm-parisc/compat.h
... ... @@ -132,7 +132,7 @@
132 132 * A pointer passed in from user mode. This should not
133 133 * be used for syscall parameters, just declare them
134 134 * as pointers because the syscall entry code will have
135   - * appropriately comverted them already.
  135 + * appropriately converted them already.
136 136 */
137 137 typedef u32 compat_uptr_t;
138 138  
include/asm-powerpc/compat.h
... ... @@ -119,7 +119,7 @@
119 119 * A pointer passed in from user mode. This should not
120 120 * be used for syscall parameters, just declare them
121 121 * as pointers because the syscall entry code will have
122   - * appropriately comverted them already.
  122 + * appropriately converted them already.
123 123 */
124 124 typedef u32 compat_uptr_t;
125 125  
include/asm-s390/compat.h
... ... @@ -149,7 +149,7 @@
149 149 * A pointer passed in from user mode. This should not
150 150 * be used for syscall parameters, just declare them
151 151 * as pointers because the syscall entry code will have
152   - * appropriately comverted them already.
  152 + * appropriately converted them already.
153 153 */
154 154 typedef u32 compat_uptr_t;
155 155  
include/asm-sparc64/compat.h
... ... @@ -152,7 +152,7 @@
152 152 * A pointer passed in from user mode. This should not
153 153 * be used for syscall parameters, just declare them
154 154 * as pointers because the syscall entry code will have
155   - * appropriately comverted them already.
  155 + * appropriately converted them already.
156 156 */
157 157 typedef u32 compat_uptr_t;
158 158  
include/asm-x86/compat.h
... ... @@ -190,7 +190,7 @@
190 190 * A pointer passed in from user mode. This should not
191 191 * be used for syscall parameters, just declare them
192 192 * as pointers because the syscall entry code will have
193   - * appropriately comverted them already.
  193 + * appropriately converted them already.
194 194 */
195 195 typedef u32 compat_uptr_t;
196 196