From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754267Ab1BYGah (ORCPT ); Fri, 25 Feb 2011 01:30:37 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:37206 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520Ab1BYGag (ORCPT ); Fri, 25 Feb 2011 01:30:36 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=MdBbun1828fJVbc3NQJlo+0Shy1SYLmaILtSqfGDAIBZ9R5eHLbZYNA/dr1bLznOaV PKc/NYacbn5WXTRs/C/XFJX3EbHueptgeHdr52YrYvNvtjFNRzhuDIWpX+L1xtBZU1pD ++2+DfW25acg3tH0PG7qgSsVXPqwyUiTLE+nU= From: "Justin P. Mattock" To: trivial@kernel.org Cc: jes@sgi.com, tony.luck@intel.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, joe@perches.com, hans.boehm@hp.com, "Justin P. Mattock" Subject: [PATCH V2 02/21]arch:ia64:setup.c remove one to many l's in the word. Date: Thu, 24 Feb 2011 22:30:16 -0800 Message-Id: <1298615416-4537-1-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patch below removes an extra "l" in the word. Signed-off-by: Justin P. Mattock --- arch/ia64/sn/kernel/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index dbc4cbe..8c0e2b1 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c @@ -592,7 +592,7 @@ void __cpuinit sn_cpu_init(void) /* * Don't check status. The SAL call is not supported on all PROMs * but a failure is harmless. - * Architechtuallly, cpu_init is always called twice on cpu 0. We + * Architechturally, cpu_init is always called twice on cpu 0. We * should set cpu_number on cpu 0 once. */ if (cpuid == 0) { -- 1.7.4.1