From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Justin P. Mattock" Date: Fri, 25 Feb 2011 06:09:57 +0000 Subject: [PATCH 02/21]arch:ia64:setup.c remove one to many l's in the word. Message-Id: <1298614197-3494-1-git-send-email-justinmattock@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: trivial@kernel.org Cc: jes@sgi.com, tony.luck@intel.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, "Justin P. Mattock" 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..65efc5d 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 + * Architechtually, 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