aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/kernel/sys_m32r.c
diff options
context:
space:
mode:
authorSimon Arlott <simon@fire.lp0.eu>2007-10-20 01:14:39 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:14:39 +0200
commit5aa8b6c1a6136f9b8d91419d93e9e37ccc2e30c0 (patch)
treed2f83cc886c67696cb5f7275eb73fe310e9be88e /arch/m32r/kernel/sys_m32r.c
parentspelling fixes: arch/i386/ (diff)
downloadlinux-dev-5aa8b6c1a6136f9b8d91419d93e9e37ccc2e30c0.tar.xz
linux-dev-5aa8b6c1a6136f9b8d91419d93e9e37ccc2e30c0.zip
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>
Diffstat (limited to 'arch/m32r/kernel/sys_m32r.c')
-rw-r--r--arch/m32r/kernel/sys_m32r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/sys_m32r.c b/arch/m32r/kernel/sys_m32r.c
index 0fc2efec18f6..6d7a80fdad48 100644
--- a/arch/m32r/kernel/sys_m32r.c
+++ b/arch/m32r/kernel/sys_m32r.c
@@ -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;
}