Skip to content

Commit

Permalink
asm-*/compat.h: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Marcin Ślusarz authored and Adrian Bunk committed Feb 3, 2008
1 parent 254012f commit 8b3de0d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion include/asm-ia64/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ struct compat_shmid64_ds {
/*
* A pointer passed in from user mode. This should not be used for syscall parameters,
* just declare them as pointers because the syscall entry code will have appropriately
* comverted them already.
* converted them already.
*/
typedef u32 compat_uptr_t;

Expand Down
2 changes: 1 addition & 1 deletion include/asm-mips/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ typedef u32 compat_sigset_word;
* A pointer passed in from user mode. This should not
* be used for syscall parameters, just declare them
* as pointers because the syscall entry code will have
* appropriately comverted them already.
* appropriately converted them already.
*/
typedef u32 compat_uptr_t;

Expand Down
2 changes: 1 addition & 1 deletion include/asm-parisc/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ typedef u32 compat_sigset_word;
* A pointer passed in from user mode. This should not
* be used for syscall parameters, just declare them
* as pointers because the syscall entry code will have
* appropriately comverted them already.
* appropriately converted them already.
*/
typedef u32 compat_uptr_t;

Expand Down
2 changes: 1 addition & 1 deletion include/asm-powerpc/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ typedef u32 compat_sigset_word;
* A pointer passed in from user mode. This should not
* be used for syscall parameters, just declare them
* as pointers because the syscall entry code will have
* appropriately comverted them already.
* appropriately converted them already.
*/
typedef u32 compat_uptr_t;

Expand Down
2 changes: 1 addition & 1 deletion include/asm-s390/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ typedef u32 compat_sigset_word;
* A pointer passed in from user mode. This should not
* be used for syscall parameters, just declare them
* as pointers because the syscall entry code will have
* appropriately comverted them already.
* appropriately converted them already.
*/
typedef u32 compat_uptr_t;

Expand Down
2 changes: 1 addition & 1 deletion include/asm-sparc64/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ typedef u32 compat_sigset_word;
* A pointer passed in from user mode. This should not
* be used for syscall parameters, just declare them
* as pointers because the syscall entry code will have
* appropriately comverted them already.
* appropriately converted them already.
*/
typedef u32 compat_uptr_t;

Expand Down
2 changes: 1 addition & 1 deletion include/asm-x86/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ typedef struct user_regs_struct32 compat_elf_gregset_t;
* A pointer passed in from user mode. This should not
* be used for syscall parameters, just declare them
* as pointers because the syscall entry code will have
* appropriately comverted them already.
* appropriately converted them already.
*/
typedef u32 compat_uptr_t;

Expand Down

0 comments on commit 8b3de0d

Please sign in to comment.