summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-08-04 20:27:45 +0000
committerDan Albert <danalbert@google.com>2014-08-04 20:27:45 +0000
commit48e28e09bb99731ee08821fa0e9168ddc0e9df77 (patch)
treef4b5e0e78719fff99386e1061d5253c3eb74c8db
parent906ae46d5704000f82dd1c27fe34b49cd86118e2 (diff)
downloadbcm5719-llvm-48e28e09bb99731ee08821fa0e9168ddc0e9df77.tar.gz
bcm5719-llvm-48e28e09bb99731ee08821fa0e9168ddc0e9df77.zip
Fix typo.
llvm-svn: 214768
-rw-r--r--libcxx/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/lit.cfg b/libcxx/test/lit.cfg
index 51c1ff56305..6c06373797d 100644
--- a/libcxx/test/lit.cfg
+++ b/libcxx/test/lit.cfg
@@ -209,7 +209,7 @@ for feature, loc in locales[platform.system()].items():
locale.setlocale(locale.LC_ALL, loc)
config.available_features.add('locale.{}'.format(feature))
except:
- lit_config.warning('The locale {} is not supported by your platoform. '
+ lit_config.warning('The locale {} is not supported by your platform. '
'Some tests will be unsupported.'.format(loc))
# Gather various compiler parameters.
OpenPOWER on IntegriCloud