All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kbuild@vger.kernel.org,
	Toralf Foerster <toralf.foerster@gmx.de>
Subject: [PATCH 2/3] [PATCH 2/3] kconfig: Fix typo in comment in streamline_config.pl
Date: Fri, 28 May 2010 10:43:25 -0400	[thread overview]
Message-ID: <20100528144749.296636799@goodmis.org> (raw)
In-Reply-To: 20100528144323.232583082@goodmis.org

[-- Attachment #1: 0002-kconfig-Fix-typo-in-comment-in-streamline_config.pl.patch --]
[-- Type: text/plain, Size: 854 bytes --]

From: Toralf Foerster <toralf.foerster@gmx.de>

Signed-off-by: Toralf Foerster <toralf.foerster@gmx.de>
LKML-Reference: <201005281025.52753.toralf.foerster@gmx.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
---
 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



  parent reply	other threads:[~2010-05-28 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-28 14:43 [PATCH 0/3] [GIT PULL] kconfig: minor updates to streamline_config.pl Steven Rostedt
2010-05-28 14:43 ` [PATCH 1/3] [PATCH 1/3] kconfig: Make a variable local in streamline_config.pl Steven Rostedt
2010-05-28 14:43 ` Steven Rostedt [this message]
2010-05-28 14:43 ` [PATCH 3/3] [PATCH 3/3] kconfig: Hide error output in find command " Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100528144749.296636799@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=toralf.foerster@gmx.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.