From apw@shadowen.org Tue May 22 15:45:40 2007 Date: Tue, 22 May 2007 23:58:26 +0100 From: Andy Whitcroft To: linux-mm@kvack.org Cc: linux-arch@vger.kernel.org, Nick Piggin , Christoph Lameter , Mel Gorman , Andy Whitcroft Subject: [PATCH 1/8] sparsemem: clean up spelling error in comments 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)