summaryrefslogtreecommitdiffstats
path: root/Include/dynamic_annotations.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/dynamic_annotations.h')
-rw-r--r--Include/dynamic_annotations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/dynamic_annotations.h b/Include/dynamic_annotations.h
index d63c5db..0bd1a83 100644
--- a/Include/dynamic_annotations.h
+++ b/Include/dynamic_annotations.h
@@ -150,7 +150,7 @@
/* Report that a new memory at "address" of size "size" has been allocated.
This might be used when the memory has been retrieved from a free list and
- is about to be reused, or when a the locking discipline for a variable
+ is about to be reused, or when the locking discipline for a variable
changes. */
#define _Py_ANNOTATE_NEW_MEMORY(address, size) \
AnnotateNewMemory(__FILE__, __LINE__, address, size)