aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2024-05-15 13:10:16 +0100
committerGitHub <noreply@github.com>2024-05-15 13:10:16 +0100
commit1650f1b3d7f97ca95eb930984e74bdfd91b02b4e (patch)
treef606c67ea5657f54b94f0d47b4f0a88d78f84cee /cross-project-tests
parentccbf908b0836d8e3945f9331fd3679cbc6be0be1 (diff)
downloadllvm-1650f1b3d7f97ca95eb930984e74bdfd91b02b4e.zip
llvm-1650f1b3d7f97ca95eb930984e74bdfd91b02b4e.tar.gz
llvm-1650f1b3d7f97ca95eb930984e74bdfd91b02b4e.tar.bz2
Fix typo "indicies" (#92232)
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py b/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
index cb5579b..d6954a4 100644
--- a/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
+++ b/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
@@ -12,7 +12,7 @@ from dex.dextIR import ValueIR
class DexExpectStepOrder(CommandBase):
"""Expect the line every `DexExpectStepOrder` is found on to be stepped on
- in `order`. Each instance must have a set of unique ascending indicies.
+ in `order`. Each instance must have a set of unique ascending indices.
DexExpectStepOrder(*order)