Fix typos in the Modules directory (GH-28761)

This commit is contained in:
Christian Clauss 2021-10-07 10:34:42 +02:00 committed by GitHub
parent 5baec4aea6
commit dd02a696e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 21 additions and 21 deletions

View file

@ -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();