diff --git a/[refs] b/[refs] index 77081363f70f..c211d4549ec5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e5199edb9e1b17792743d76bf10601ec7d6ef513 +refs/heads/master: 1d1d1feafd5d42e9e1312d42973e661582e51704 diff --git a/trunk/scripts/kconfig/streamline_config.pl b/trunk/scripts/kconfig/streamline_config.pl index 9726946472fd..2f8bde809711 100644 --- a/trunk/scripts/kconfig/streamline_config.pl +++ b/trunk/scripts/kconfig/streamline_config.pl @@ -242,7 +242,7 @@ sub read_kconfig { 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;