From 8b6e7bb0acd0f43e858200aa7557d9b2bdc34c15 Mon Sep 17 00:00:00 2001 From: Toralf Foerster Date: Fri, 28 May 2010 10:25:52 +0200 Subject: [PATCH] --- yaml --- r: 199420 b: refs/heads/master c: 1d1d1feafd5d42e9e1312d42973e661582e51704 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/streamline_config.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;