]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in internal/pycore_atomic.h (GH-95939)
authorfluesvamp <105884371+fluesvamp@users.noreply.github.com>
Sat, 13 Aug 2022 03:40:41 +0000 (22:40 -0500)
committerGitHub <noreply@github.com>
Sat, 13 Aug 2022 03:40:41 +0000 (11:40 +0800)
Include/internal/pycore_atomic.h

index 3d42e54464c4c7510059a6fc2a36858c7fd95147..425d69f868b52b26ad34bbf724ad7671012404d0 100644 (file)
@@ -236,7 +236,7 @@ _Py_ANNOTATE_MEMORY_ORDER(const volatile void *address, _Py_memory_order order)
     in hardware they will fall back to a full memory barrier as well.
 
     This might affect performance but likely only in some very specific and
-    hard to meassure scenario.
+    hard to measure scenario.
 */
 #if defined(_M_IX86) || defined(_M_X64)
 typedef enum _Py_memory_order {