From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756460Ab1HSRRu (ORCPT ); Fri, 19 Aug 2011 13:17:50 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:37706 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752861Ab1HSRRt (ORCPT ); Fri, 19 Aug 2011 13:17:49 -0400 From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH]arch:x86:kernel:cpu:mcheck:mce.c Fix comment, to sound more properly. Date: Fri, 19 Aug 2011 10:17:00 -0700 Message-Id: <1313774220-8902-1-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Justin P. Mattock" The below patch just fixes a comment to make sound more proper. Signed-off-by: Justin P. Mattock --- arch/x86/kernel/cpu/mcheck/mce.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c index 08363b0..97af387 100644 --- a/arch/x86/kernel/cpu/mcheck/mce.c +++ b/arch/x86/kernel/cpu/mcheck/mce.c @@ -753,7 +753,7 @@ static int mce_start(int *no_way_out) } else { /* * Subject: Now start the scanning loop one by one in - * the original callin order. + * the original calling order. * This way when there are any shared banks it will be * only seen by one CPU before cleared, avoiding duplicates. */ -- 1.7.6