Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;