diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-12-30 04:06:33 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-02 04:45:23 -0500 |
commit | 0a4a6647426ff65332e66bc84ab19a64ac58114f (patch) | |
tree | 86d90d72934e9eb2780209abf5e1b55c111aa63a /include | |
parent | 3eb9662f6aeb5306b158f88398b0c75fc14065d7 (diff) |
asm-generic: uaccess: Spelling s/a ny/any/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/uaccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/uaccess.h b/include/asm-generic/uaccess.h index dc1269c74a52..72d8803832ff 100644 --- a/include/asm-generic/uaccess.h +++ b/include/asm-generic/uaccess.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | /* | 4 | /* |
5 | * User space memory access functions, these should work | 5 | * User space memory access functions, these should work |
6 | * on a ny machine that has kernel and user data in the same | 6 | * on any machine that has kernel and user data in the same |
7 | * address space, e.g. all NOMMU machines. | 7 | * address space, e.g. all NOMMU machines. |
8 | */ | 8 | */ |
9 | #include <linux/sched.h> | 9 | #include <linux/sched.h> |