Skip to content

Commit 3541ef7

Browse files
committed
fixup
1 parent 807a359 commit 3541ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/_optimizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Same as saying "not string.startswith('')":
99
_RE_NEVER_MATCH = re.compile(r"(?!)")
10-
# Dictionary mapping x86 branching instructions to their inverted counterparts.
10+
# Dictionary mapping branch instructions to their inverted branch instructions.
1111
# If a branch cannot be inverted, the value is None:
1212
_X86_BRANCHES = {
1313
"ja": "jna",

0 commit comments

Comments
 (0)