From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hellhawk.shadowen.org ([80.68.90.175]:2223 "EHLO hellhawk.shadowen.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755240AbXGMNcS (ORCPT ); Fri, 13 Jul 2007 09:32:18 -0400 From: Andy Whitcroft Subject: [PATCH 1/7] sparsemem: clean up spelling error in comments References: Message-Id: Date: Fri, 13 Jul 2007 14:35:07 +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 b2327e0..ec6ead6 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)