Skip to content

Commit 8ab9d16

Browse files
committed
fix typo
1 parent a16cf5b commit 8ab9d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/pyatomic_gcc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ static inline Py_ssize_t
600600
_Py_atomic_load_ssize_acquire(const Py_ssize_t *obj)
601601
{ return __atomic_load_n(obj, __ATOMIC_ACQUIRE); }
602602

603-
z// --- _Py_atomic_fence ------------------------------------------------------
603+
// --- _Py_atomic_fence ------------------------------------------------------
604604

605605
static inline void
606606
_Py_atomic_fence_seq_cst(void)

0 commit comments

Comments
 (0)