spelling fixes: arch/m32r/

Spelling fixes in arch/m32r/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Simon Arlott
2007-10-20 01:14:39 +02:00
committed by Adrian Bunk
parent 27b46d7661
commit 5aa8b6c1a6
5 changed files with 15 additions and 15 deletions

View File

@@ -214,7 +214,7 @@ asmlinkage int sys_uname(struct old_utsname __user * name)
asmlinkage int sys_cacheflush(void *addr, int bytes, int cache)
{
/* This should flush more selectivly ... */
/* This should flush more selectively ... */
_flush_cache_all();
return 0;
}