From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757859AbbEWFJ4 (ORCPT ); Sat, 23 May 2015 01:09:56 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:35695 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757783AbbEWFJx (ORCPT ); Sat, 23 May 2015 01:09:53 -0400 From: Shailendra Verma To: Oleg Nesterov , Andrew Morton , Richard Weinberger , "Paul E. McKenney" , Pranith Kumar , Vladimir Davydov Cc: linux-kernel@vger.kernel.org, Shailendra Verma Subject: [PATCH] kernel:signal - Fix for typos in comments. Date: Sat, 23 May 2015 10:39:40 +0530 Message-Id: <1432357780-4335-1-git-send-email-shailendra.capricorn@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Shailendra Verma --- kernel/signal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/signal.c b/kernel/signal.c index d51c5dd..5c65e7c 100644 --- a/kernel/signal.c +++ b/kernel/signal.c @@ -342,7 +342,7 @@ static bool task_participate_group_stop(struct task_struct *task) sig->group_stop_count--; /* - * Tell the caller to notify completion iff we are entering into a + * Tell the caller to notify completion if we are entering into a * fresh group stop. Read comment in do_signal_stop() for details. */ if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { @@ -1864,7 +1864,7 @@ static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) /* * If @why is CLD_STOPPED, we're trapping to participate in a group - * stop. Do the bookkeeping. Note that if SIGCONT was delievered + * stop. Do the bookkeeping. Note that if SIGCONT was delivered * across siglock relocks since INTERRUPT was scheduled, PENDING * could be clear now. We act as if SIGCONT is received after * TASK_TRACED is entered - ignore it. -- 1.7.9.5