Skip to content

Commit 8281cbd

Browse files
author
fluesvamp
authored
Fix typo in internal/pycore_atomic.h (GH-95939)
1 parent 187949e commit 8281cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ _Py_ANNOTATE_MEMORY_ORDER(const volatile void *address, _Py_memory_order order)
236236
in hardware they will fall back to a full memory barrier as well.
237237
238238
This might affect performance but likely only in some very specific and
239-
hard to meassure scenario.
239+
hard to measure scenario.
240240
*/
241241
#if defined(_M_IX86) || defined(_M_X64)
242242
typedef enum _Py_memory_order {

0 commit comments

Comments
 (0)