Skip to content

Commit 4278c9d

Browse files
fix typo
1 parent b80c02e commit 4278c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5301,7 +5301,7 @@ dummy_func(
53015301
// there is a strict happens-before relation between that
53025302
// uop's invalidation of validity and this check.
53035303
// So for now, while the JIT does not run on multiple threads,
5304-
// it is safe for this to be nona-atomic.
5304+
// it is safe for this to be non-atomic.
53055305
DEOPT_IF(!current_executor->vm_data.valid);
53065306
}
53075307

0 commit comments

Comments
 (0)