Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82760
b: refs/heads/master
c: 8b3de0d
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Ślusarz authored and Adrian Bunk committed Feb 3, 2008
1 parent f7cc5a0 commit b9988d3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 254012fd51df04989635e1f07cb796974eb0b66d
refs/heads/master: 8b3de0df4eefc47ca2aa459b72dd8b2711f3640c
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 b9988d3

Please sign in to comment.