]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
kconfig: Fix typo in comment in streamline_config.pl
authorToralf Foerster <toralf.foerster@gmx.de>
Fri, 28 May 2010 08:25:52 +0000 (10:25 +0200)
committerSteven 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

index 9726946472fd83dab1a01cc85f9197bef0b97b47..2f8bde80971103a1a22b1585bfd9a4d37559ee35 100644 (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;