aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/common.py
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2022-11-29 23:08:47 +0100
committerNicolai Hähnle <nicolai.haehnle@amd.com>2022-11-29 23:08:47 +0100
commitcba252de08a1c9eb208d976ade8f24d725f0963b (patch)
tree4bd0edba453811a17e57f3dcf2bb3f840bf8c9d1 /llvm/utils/UpdateTestChecks/common.py
parente67903eb155ef7883b2b9a83a40c40d5f4ad0ae2 (diff)
downloadllvm-cba252de08a1c9eb208d976ade8f24d725f0963b.zip
llvm-cba252de08a1c9eb208d976ade8f24d725f0963b.tar.gz
llvm-cba252de08a1c9eb208d976ade8f24d725f0963b.tar.bz2
update_test_checks: fix typos
Found by our downstream CI.
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
-rw-r--r--llvm/utils/UpdateTestChecks/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/UpdateTestChecks/common.py b/llvm/utils/UpdateTestChecks/common.py
index 438706e..6a2c2f4 100644
--- a/llvm/utils/UpdateTestChecks/common.py
+++ b/llvm/utils/UpdateTestChecks/common.py
@@ -601,7 +601,7 @@ class FunctionTestBuilder:
else:
# This means a previous RUN line produced a body for this function
# that is different from the one produced by this current RUN line,
- # so the body can't be common accross RUN lines. We use None to
+ # so the body can't be common across RUN lines. We use None to
# indicate that.
self._func_dict[prefix][func] = None
else: