x86, syscall: Re-fix typo in comment
[cascardo/linux.git] / arch / x86 / kernel / syscall_32.c
index b37a573..147fcd4 100644 (file)
@@ -17,7 +17,7 @@ extern asmlinkage void sys_ni_syscall(void);
 
 const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
        /*
-        * Smells like a like a compiler bug -- it doesn't work
+        * Smells like a compiler bug -- it doesn't work
         * when the & below is removed.
         */
        [0 ... __NR_syscall_max] = &sys_ni_syscall,