Pull cpuidle into release branch
[pandora-kernel.git] / arch / m32r / kernel / sys_m32r.c
index 0fc2efe..6d7a80f 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;
 }