Skip to content

Commit f9e64ae

Browse files
committed
[lit][NFC] Fix a couple of typos
1 parent e6135c2 commit f9e64ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/lit/lit/llvm/subst.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, name):
1212
self.name = name
1313

1414
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:
1616
# llvm-lit -D llc="llc -enable-misched -verify-machineinstrs"
1717
command = config.lit_config.params.get(self.name)
1818
if command is None:
@@ -51,7 +51,7 @@ def __init__(
5151
5252
command: The command to substitute when the key is matched. By default,
5353
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
5555
FindTool, the specified tool name is searched for on disk.
5656
5757
pre: If specified, the substitution will not find matches where

0 commit comments

Comments
 (0)