diff options
author | Toralf Foerster <[email protected]> | 2010-05-28 10:25:52 +0200 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2010-05-28 10:34:07 -0400 |
commit | 1d1d1feafd5d42e9e1312d42973e661582e51704 (patch) | |
tree | 9ea812f703359048948dd3ced9c35008f4d5cfc4 | |
parent | e5199edb9e1b17792743d76bf10601ec7d6ef513 (diff) |
kconfig: Fix typo in comment in streamline_config.pl
Signed-off-by: Toralf Foerster <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
-rw-r--r-- | scripts/kconfig/streamline_config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 9726946472fd..2f8bde809711 100644 --- 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 bes enabled by more than one config. + # Objects may be enabled by more than one config. # Store configs in an array. my @arr; |