diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2022-11-29 23:08:47 +0100 |
---|---|---|
committer | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2022-11-29 23:08:47 +0100 |
commit | cba252de08a1c9eb208d976ade8f24d725f0963b (patch) | |
tree | 4bd0edba453811a17e57f3dcf2bb3f840bf8c9d1 /llvm/utils/UpdateTestChecks/common.py | |
parent | e67903eb155ef7883b2b9a83a40c40d5f4ad0ae2 (diff) | |
download | llvm-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.py | 2 |
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: |