gmain: Fix minor typo in documentation

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2020-10-05 11:41:40 +01:00
parent ce005e83c6
commit a82556c98d

View File

@ -5618,7 +5618,7 @@ g_unix_signal_handler (int signum)
* * the application must not wait for @pid to exit by any other
* mechanism, including `waitpid(pid, ...)` or a second child-watch
* source for the same @pid
* * the application must not ignore SIGCHILD
* * the application must not ignore `SIGCHLD`
*
* If any of those conditions are not met, this and related APIs will
* not work correctly. This can often be diagnosed via a GLib warning