aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/common.py
diff options
context:
space:
mode:
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: