]> err.no Git - linux-2.6/blobdiff - arch/m32r/kernel/sys_m32r.c
[ARM] 4652/1: pxa: fix a typo of pxa27x usb host clk definition
[linux-2.6] / arch / m32r / kernel / sys_m32r.c
index 0fc2efec18f635f91f8191cebf001bd22dce7642..6d7a80fdad488676b8e69c43b0db180e68baf823 100644 (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;
 }