Fix common misspellings
[linux-2.6-block.git] / arch / parisc / kernel / signal.c
index 609a331878e72e172fecc2e85c9695d2c36cad60..12c1ed33dc18b92f1bc4b0f1eaa4b5ee54b0cfc8 100644 (file)
@@ -291,7 +291,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
                DBG(1,"setup_rt_frame: frame->uc = 0x%p\n", &frame->uc);
                DBG(1,"setup_rt_frame: frame->uc.uc_mcontext = 0x%p\n", &frame->uc.uc_mcontext);
                err |= setup_sigcontext(&frame->uc.uc_mcontext, regs, in_syscall);
-               /* FIXME: Should probably be converted aswell for the compat case */
+               /* FIXME: Should probably be converted as well for the compat case */
                err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set));
        }