mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge: #19970: Fix some comment typos.
This commit is contained in:
commit
3c2a178af2
3 changed files with 4 additions and 4 deletions
|
@ -303,7 +303,7 @@ faulthandler_fatal_error(int signum)
|
|||
return;
|
||||
}
|
||||
#endif
|
||||
/* call the previous signal handler: it is called immediatly if we use
|
||||
/* call the previous signal handler: it is called immediately if we use
|
||||
sigaction() thanks to SA_NODEFER flag, otherwise it is deferred */
|
||||
raise(signum);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue