diff --git a/utils/lit/lit/discovery.py b/utils/lit/lit/discovery.py index 82dbfef7826..3b5d0517cff 100644 --- a/utils/lit/lit/discovery.py +++ b/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: