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 9726946..2f8bde8 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;