dect
/
linux-2.6
Archived
13
0
Fork 0

kconfig: Fix typo in comment in streamline_config.pl

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>
This commit is contained in:
Toralf Foerster 2010-05-28 10:25:52 +02:00 committed by Steven Rostedt
parent e5199edb9e
commit 1d1d1feafd
1 changed files with 1 additions and 1 deletions

View File

@ -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;