Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755580Ab0HKHbS (ORCPT ); Wed, 11 Aug 2010 03:31:18 -0400 Received: from cantor.suse.de ([195.135.220.2]:55446 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753309Ab0HKHbR (ORCPT ); Wed, 11 Aug 2010 03:31:17 -0400 Date: Wed, 11 Aug 2010 09:31:16 +0200 (CEST) From: Jiri Kosina To: Namhyung Kim Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] trivial: fix a typo on comments in mm/percpu.c In-Reply-To: <1281493450-2685-1-git-send-email-namhyung@gmail.com> Message-ID: References: <1281493450-2685-1-git-send-email-namhyung@gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 33 On Wed, 11 Aug 2010, Namhyung Kim wrote: > 'eqaul' should be 'equal'. > > Signed-off-by: Namhyung Kim > --- > mm/percpu.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/mm/percpu.c b/mm/percpu.c > index 5e78131..3ec4dc9 100644 > --- a/mm/percpu.c > +++ b/mm/percpu.c > @@ -31,7 +31,7 @@ > * as small as 4 bytes. The allocator organizes chunks into lists > * according to free size and tries to allocate from the fullest one. > * Each chunk keeps the maximum contiguous area size hint which is > - * guaranteed to be eqaul to or larger than the maximum contiguous > + * guaranteed to be equal to or larger than the maximum contiguous > * area in the chunk. This helps the allocator not to iterate the > * chunk maps unnecessarily. > * Applied, thanks. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/