diff options
Diffstat (limited to 'Modules/faulthandler.c')
-rw-r--r-- | Modules/faulthandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/faulthandler.c b/Modules/faulthandler.c index baa2e91..f1da9f7 100644 --- a/Modules/faulthandler.c +++ b/Modules/faulthandler.c @@ -1040,7 +1040,7 @@ faulthandler_fatal_error_c_thread(PyObject *self, PyObject *args) } /* wait until the thread completes: it will never occur, since Py_FatalError() - exits the process immedialty. */ + exits the process immediately. */ PyThread_acquire_lock(lock, WAIT_LOCK); PyThread_release_lock(lock); PyThread_free_lock(lock); |