Browse Source

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>
Geert Uytterhoeven 11 years ago
parent
commit
0a4a664742
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-generic/uaccess.h

+ 1 - 1
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>