diff options
| author | JF Bastien <jfb@google.com> | 2016-08-01 23:34:29 +0000 |
|---|---|---|
| committer | JF Bastien <jfb@google.com> | 2016-08-01 23:34:29 +0000 |
| commit | 8a63138ebc930c5c1bc78d1fb0be43d84bb1fca9 (patch) | |
| tree | ef8550c0f559f7784cdfbc39fedcfc2437c2e6b9 /libcxx | |
| parent | 24a927b3c21ee1215916bd207248204f21d3699f (diff) | |
| download | bcm5719-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.py | 2 |
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) |

