mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix typos in the Modules directory (GH-28761)
This commit is contained in:
parent
5baec4aea6
commit
dd02a696e5
19 changed files with 21 additions and 21 deletions
|
@ -833,7 +833,7 @@ tracemalloc_clear_filename(void *value)
|
|||
static void
|
||||
tracemalloc_clear_traces(void)
|
||||
{
|
||||
/* The GIL protects variables againt concurrent access */
|
||||
/* The GIL protects variables against concurrent access */
|
||||
assert(PyGILState_Check());
|
||||
|
||||
TABLES_LOCK();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue