diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-12-30 10:06:33 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-02 10:45:23 +0100 |
commit | 0a4a6647426ff65332e66bc84ab19a64ac58114f (patch) | |
tree | 86d90d72934e9eb2780209abf5e1b55c111aa63a /include/asm-generic | |
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/asm-generic')
-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 @@ /* * User space memory access functions, these should work - * on a ny machine that has kernel and user data in the same + * on any machine that has kernel and user data in the same * address space, e.g. all NOMMU machines. */ #include <linux/sched.h> |