summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-13 04:04:06 (GMT)
committerGitHub <noreply@github.com>2022-08-13 04:04:06 (GMT)
commitdf9c12e287398173fb01a501aa2c332f8cd2128b (patch)
tree5da16dc8d122c5c72796ec3952c8a0600a2b4c59
parent7fc82217944c094bc490a95cf6c07fbf59644a2d (diff)
downloadcpython-df9c12e287398173fb01a501aa2c332f8cd2128b.zip
cpython-df9c12e287398173fb01a501aa2c332f8cd2128b.tar.gz
cpython-df9c12e287398173fb01a501aa2c332f8cd2128b.tar.bz2
Fix typo in internal/pycore_atomic.h (GH-95939)
(cherry picked from commit 8281cbddc6f0fbc94f0c21cacfac79a2d4057a4b) Co-authored-by: fluesvamp <105884371+fluesvamp@users.noreply.github.com>
-rw-r--r--Include/internal/pycore_atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_atomic.h b/Include/internal/pycore_atomic.h
index 3d42e54..425d69f 100644
--- a/Include/internal/pycore_atomic.h
+++ b/Include/internal/pycore_atomic.h
@@ -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 {