Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760710Ab0HESbV (ORCPT ); Thu, 5 Aug 2010 14:31:21 -0400 Received: from xenotime.net ([72.52.115.56]:49300 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758576Ab0HESbH (ORCPT ); Thu, 5 Aug 2010 14:31:07 -0400 Date: Thu, 05 Aug 2010 11:23:11 -0700 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org Cc: Tommi Rantala Subject: [PATCH 2/7] Documentation/vm: fix spelling in page-types.c Message-ID: <12810325914046@xenotime.net> In-Reply-To: <12810325911230@xenotime.net> X-Mailer: gregkh_patchbomb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 30 From: Tommi Rantala Trivial typo fixes. Signed-off-by: Tommi Rantala Signed-off-by: Randy Dunlap --- Documentation/vm/page-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.35-rc3.orig/Documentation/vm/page-types.c +++ linux-2.6.35-rc3/Documentation/vm/page-types.c @@ -694,7 +694,7 @@ static void usage(void) #endif " -l|--list Show page details in ranges\n" " -L|--list-each Show page details one by one\n" -" -N|--no-summary Don't show summay info\n" +" -N|--no-summary Don't show summary info\n" " -X|--hwpoison hwpoison pages\n" " -x|--unpoison unpoison pages\n" " -h|--help Show this usage message\n" -- -- 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/