Skip to content

Commit

Permalink
kconfig: Fix typo in comment in streamline_config.pl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Toralf Foerster authored and Steven Rostedt committed May 28, 2010
1 parent e5199ed commit 1d1d1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ sub read_kconfig {
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;

Expand Down

0 comments on commit 1d1d1fe

Please sign in to comment.