File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def __init__(self, name):
12
12
self .name = name
13
13
14
14
def resolve (self , config , dirs ):
15
- # Check for a user explicitely overriding a tool. This allows:
15
+ # Check for a user explicitly overriding a tool. This allows:
16
16
# llvm-lit -D llc="llc -enable-misched -verify-machineinstrs"
17
17
command = config .lit_config .params .get (self .name )
18
18
if command is None :
@@ -51,7 +51,7 @@ def __init__(
51
51
52
52
command: The command to substitute when the key is matched. By default,
53
53
this will treat `key` as a tool name and search for it. If it is
54
- a string, it is intereprted as an exact path. If it is an instance of
54
+ a string, it is interpreted as an exact path. If it is an instance of
55
55
FindTool, the specified tool name is searched for on disk.
56
56
57
57
pre: If specified, the substitution will not find matches where
You can’t perform that action at this time.
0 commit comments