diff options
author | cui fliter <imcusg@gmail.com> | 2024-03-05 16:05:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 16:05:52 (GMT) |
commit | e7ba6e9dbe5433b4a0bcb0658da6a68197c28630 (patch) | |
tree | a969e02a86240adb40023084777365594bc82c61 /Include/cpython/code.h | |
parent | 4402b3cbcf8323bfa908ef86a687a5a7d46d27f3 (diff) | |
download | cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.zip cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.gz cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.bz2 |
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'Include/cpython/code.h')
-rw-r--r-- | Include/cpython/code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cpython/code.h b/Include/cpython/code.h index 1f47d99..4e7e212 100644 --- a/Include/cpython/code.h +++ b/Include/cpython/code.h @@ -73,7 +73,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 { |