summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-09-14 21:32:13 +0000
committerZachary Turner <zturner@google.com>2017-09-14 21:32:13 +0000
commitd8f68bb59802bdd91322c99c92b9a4b32627b41e (patch)
tree0031ac43dcafec427474f0ce98ce34116739c349 /llvm/utils
parenta7049bd48c2f680aee9e9afbd1b50b5c61da9a2f (diff)
downloadbcm5719-llvm-d8f68bb59802bdd91322c99c92b9a4b32627b41e.tar.gz
bcm5719-llvm-d8f68bb59802bdd91322c99c92b9a4b32627b41e.zip
[lit] Fix some windows line endings that snuck in.
llvm-svn: 313301
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/lit/lit/discovery.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/lit/lit/discovery.py b/llvm/utils/lit/lit/discovery.py
index 82dbfef7826..3b5d0517cff 100644
--- a/llvm/utils/lit/lit/discovery.py
+++ b/llvm/utils/lit/lit/discovery.py
@@ -40,11 +40,11 @@ def getTestSuite(item, litConfig, cache):
ts, relative = search(parent)
return (ts, relative + (base,))
- # This is a private builtin parameter which can be used to perform
+ # This is a private builtin parameter which can be used to perform
# translation of configuration paths. Specifically, this parameter
# can be set to a dictionary that the discovery process will consult
# when it finds a configuration it is about to load. If the given
- # path is in the map, the value of that key is a path to the
+ # path is in the map, the value of that key is a path to the
# configuration to load instead.
config_map = litConfig.params.get('config_map')
if config_map:
OpenPOWER on IntegriCloud