summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/cpython/code.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Include/cpython/code.h')
-rw-r--r--contrib/tools/python3/Include/cpython/code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/Include/cpython/code.h b/contrib/tools/python3/Include/cpython/code.h
index 03834b20c3e..311cffec113 100644
--- a/contrib/tools/python3/Include/cpython/code.h
+++ b/contrib/tools/python3/Include/cpython/code.h
@@ -75,7 +75,7 @@ typedef struct {
PyObject *_co_freevars;
} _PyCoCached;
-/* Ancilliary data structure used for instrumentation.
+/* Ancillary data structure used for instrumentation.
Line instrumentation creates an array of
these. One entry per code unit.*/
typedef struct {