From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hellhawk.shadowen.org ([80.68.90.175]:4646 "EHLO hellhawk.shadowen.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755524AbXEVWpg (ORCPT ); Tue, 22 May 2007 18:45:36 -0400 From: Andy Whitcroft Subject: [PATCH 1/8] sparsemem: clean up spelling error in comments References: Message-Id: Date: Tue, 22 May 2007 23:58:26 +0100 Sender: linux-arch-owner@vger.kernel.org To: linux-mm@kvack.org Cc: linux-arch@vger.kernel.org, Nick Piggin , Christoph Lameter , Mel Gorman , Andy Whitcroft List-ID: Signed-off-by: Christoph Lameter Signed-off-by: Andy Whitcroft Acked-by: Mel Gorman --- diff --git a/mm/sparse.c b/mm/sparse.c index cb105a6..caa7e1b 100644 --- a/mm/sparse.c +++ b/mm/sparse.c @@ -101,7 +101,7 @@ static inline int sparse_index_init(unsigned long section_nr, int nid) /* * Although written for the SPARSEMEM_EXTREME case, this happens - * to also work for the flat array case becase + * to also work for the flat array case because * NR_SECTION_ROOTS==NR_MEM_SECTIONS. */ int __section_nr(struct mem_section* ms)