Commit 1d1d1fea authored by Toralf Foerster's avatar Toralf Foerster Committed by Steven Rostedt

kconfig: Fix typo in comment in streamline_config.pl

Signed-off-by: default avatarToralf Foerster <toralf.foerster@gmx.de>
LKML-Reference: <201005281025.52753.toralf.foerster@gmx.de>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent e5199edb
...@@ -242,7 +242,7 @@ foreach my $makefile (@makefiles) { ...@@ -242,7 +242,7 @@ foreach my $makefile (@makefiles) {
foreach my $obj (split /\s+/,$objs) { foreach my $obj (split /\s+/,$objs) {
$obj =~ s/-/_/g; $obj =~ s/-/_/g;
if ($obj =~ /(.*)\.o$/) { 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. # Store configs in an array.
my @arr; my @arr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment