kconfig: Fix typo in comment in streamline_config.pl
authorToralf Foerster <[email protected]>
Fri, 28 May 2010 08:25:52 +0000 (10:25 +0200)
committerSteven Rostedt <[email protected]>
Fri, 28 May 2010 14:34:07 +0000 (10:34 -0400)
Signed-off-by: Toralf Foerster <[email protected]>
LKML-Reference: <201005281025[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
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;