projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5199ed
)
kconfig: Fix typo in comment in streamline_config.pl
author
Toralf Foerster
<toralf.foerster@gmx.de>
Fri, 28 May 2010 08:25:52 +0000
(10:25 +0200)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 28 May 2010 14:34:07 +0000
(10:34 -0400)
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
patch
|
blob
|
history
diff --git
a/scripts/kconfig/streamline_config.pl
b/scripts/kconfig/streamline_config.pl
index 9726946472fd83dab1a01cc85f9197bef0b97b47..2f8bde80971103a1a22b1585bfd9a4d37559ee35 100644
(file)
--- 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 be
s
enabled by more than one config.
+ # Objects may be enabled by more than one config.
# Store configs in an array.
my @arr;