From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:33944 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758336Ab0E1Orv (ORCPT ); Fri, 28 May 2010 10:47:51 -0400 Message-Id: <20100528144749.296636799@goodmis.org> Date: Fri, 28 May 2010 10:43:25 -0400 From: Steven Rostedt Subject: [PATCH 2/3] [PATCH 2/3] kconfig: Fix typo in comment in streamline_config.pl References: <20100528144323.232583082@goodmis.org> Content-Disposition: inline; filename=0002-kconfig-Fix-typo-in-comment-in-streamline_config.pl.patch Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: linux-kernel@vger.kernel.org Cc: Linus Torvalds , Andrew Morton , linux-kbuild@vger.kernel.org, Toralf Foerster From: Toralf Foerster Signed-off-by: Toralf Foerster LKML-Reference: <201005281025.52753.toralf.foerster@gmx.de> Signed-off-by: Steven Rostedt --- scripts/kconfig/streamline_config.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 9726946..2f8bde8 100644 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl @@ -242,7 +242,7 @@ foreach my $makefile (@makefiles) { foreach my $obj (split /\s+/,$objs) { $obj =~ s/-/_/g; if ($obj =~ /(.*)\.o$/) { - # Objects may bes enabled by more than one config. + # Objects may be enabled by more than one config. # Store configs in an array. my @arr; -- 1.7.0