From 8842ea9e949b0d5c8e85d2cccc00d101900cebe2 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 1 Aug 2016 23:34:29 +0000 Subject: [PATCH] NFC: fix typo git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@277404 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/libcxx/test/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libcxx/test/config.py b/test/libcxx/test/config.py index a7fc3eac3..1d0315561 100644 --- a/test/libcxx/test/config.py +++ b/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)