summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2016-08-01 23:34:29 +0000
committerJF Bastien <jfb@google.com>2016-08-01 23:34:29 +0000
commit8a63138ebc930c5c1bc78d1fb0be43d84bb1fca9 (patch)
treeef8550c0f559f7784cdfbc39fedcfc2437c2e6b9 /libcxx
parent24a927b3c21ee1215916bd207248204f21d3699f (diff)
downloadbcm5719-llvm-8a63138ebc930c5c1bc78d1fb0be43d84bb1fca9.tar.gz
bcm5719-llvm-8a63138ebc930c5c1bc78d1fb0be43d84bb1fca9.zip
NFC: fix typo
llvm-svn: 277404
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/libcxx/test/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/libcxx/test/config.py b/libcxx/test/libcxx/test/config.py
index a7fc3eac35e..1d0315561c1 100644
--- a/libcxx/test/libcxx/test/config.py
+++ b/libcxx/test/libcxx/test/config.py
@@ -653,7 +653,7 @@ class Configuration(object):
def configure_substitutions(self):
sub = self.config.substitutions
- # Configure compiler substitions
+ # Configure compiler substitutions
sub.append(('%cxx', self.cxx.path))
# Configure flags substitutions
flags_str = ' '.join(self.cxx.flags)
OpenPOWER on IntegriCloud