Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b3de0df authored by Marcin Ślusarz's avatar Marcin Ślusarz Committed by Adrian Bunk
Browse files

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

parent 254012fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -181,7 +181,7 @@ struct compat_shmid64_ds {
/*
/*
 * A pointer passed in from user mode. This should not be used for syscall parameters,
 * 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
 * just declare them as pointers because the syscall entry code will have appropriately
 * comverted them already.
 * converted them already.
 */
 */
typedef	u32		compat_uptr_t;
typedef	u32		compat_uptr_t;


+1 −1
Original line number Original line Diff line number Diff line
@@ -128,7 +128,7 @@ typedef u32 compat_sigset_word;
 * A pointer passed in from user mode. This should not
 * A pointer passed in from user mode. This should not
 * be used for syscall parameters, just declare them
 * be used for syscall parameters, just declare them
 * as pointers because the syscall entry code will have
 * as pointers because the syscall entry code will have
 * appropriately comverted them already.
 * appropriately converted them already.
 */
 */
typedef u32		compat_uptr_t;
typedef u32		compat_uptr_t;


+1 −1
Original line number Original line Diff line number Diff line
@@ -132,7 +132,7 @@ typedef u32 compat_sigset_word;
 * A pointer passed in from user mode. This should not
 * A pointer passed in from user mode. This should not
 * be used for syscall parameters, just declare them
 * be used for syscall parameters, just declare them
 * as pointers because the syscall entry code will have
 * as pointers because the syscall entry code will have
 * appropriately comverted them already.
 * appropriately converted them already.
 */
 */
typedef	u32		compat_uptr_t;
typedef	u32		compat_uptr_t;


+1 −1
Original line number Original line Diff line number Diff line
@@ -119,7 +119,7 @@ typedef u32 compat_sigset_word;
 * A pointer passed in from user mode. This should not
 * A pointer passed in from user mode. This should not
 * be used for syscall parameters, just declare them
 * be used for syscall parameters, just declare them
 * as pointers because the syscall entry code will have
 * as pointers because the syscall entry code will have
 * appropriately comverted them already.
 * appropriately converted them already.
 */
 */
typedef	u32		compat_uptr_t;
typedef	u32		compat_uptr_t;


+1 −1
Original line number Original line Diff line number Diff line
@@ -149,7 +149,7 @@ typedef u32 compat_sigset_word;
 * A pointer passed in from user mode. This should not
 * A pointer passed in from user mode. This should not
 * be used for syscall parameters, just declare them
 * be used for syscall parameters, just declare them
 * as pointers because the syscall entry code will have
 * as pointers because the syscall entry code will have
 * appropriately comverted them already.
 * appropriately converted them already.
 */
 */
typedef	u32		compat_uptr_t;
typedef	u32		compat_uptr_t;


Loading