mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 22:27:07 +00:00
Fix various spelling mistakes in comments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -127,7 +127,7 @@ int ast_safe_system(const char *s);
|
||||
* Normally, Asterisk has a SIGCHLD handler that is cleaning up all zombie
|
||||
* processes from forking elsewhere in Asterisk. However, if you want to
|
||||
* wait*() on the process to retrieve information about it's exit status,
|
||||
* then this signal handler needs to be temporaraly replaced.
|
||||
* then this signal handler needs to be temporarily replaced.
|
||||
*
|
||||
* Code that executes this function *must* call ast_unreplace_sigchld()
|
||||
* after it is finished doing the wait*().
|
||||
|
Reference in New Issue
Block a user