X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=kernel%2Fsignal.c;h=ad5e818baacc43fb5e4046926bf52dde55acacfa;hp=35c5f4b05344432ab7f0ece4550077b474c9b16d;hb=3ed4c0583daa34dedb568b26ff99e5a7b58db612;hpb=bd715d9a4f13f87bad5526c2cd41370949473b16 diff --git a/kernel/signal.c b/kernel/signal.c index 35c5f4b05344..ad5e818baacc 100644 --- a/kernel/signal.c +++ b/kernel/signal.c @@ -2068,7 +2068,7 @@ relock: for (;;) { struct k_sigaction *ka; /* - * Tracing can induce an artifical signal and choose sigaction. + * Tracing can induce an artificial signal and choose sigaction. * The return value in @signr determines the default action, * but @info->si_signo is the signal number we will report. */ @@ -2941,8 +2941,8 @@ SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, /** * sys_rt_sigaction - alter an action taken by a process * @sig: signal to be sent - * @act: the thread group ID of the thread - * @oact: the PID of the thread + * @act: new sigaction + * @oact: used to save the previous sigaction * @sigsetsize: size of sigset_t type */ SYSCALL_DEFINE4(rt_sigaction, int, sig,