From: RĂ©mi Denis-Courmont Date: Thu, 25 Sep 2008 15:34:06 +0000 (+0300) Subject: Spelling X-Git-Tag: 1.0.0-pre1~2913 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3fff7ea77e3b7de9f6686c4fad61fa6ec36ab600;p=vlc Spelling --- diff --git a/bin/vlc.c b/bin/vlc.c index 30c83fcc82..46eba46caf 100644 --- a/bin/vlc.c +++ b/bin/vlc.c @@ -102,8 +102,8 @@ int main( int i_argc, const char *ppsz_argv[] ) SIGINT, SIGHUP, SIGQUIT, SIGTERM, /* Signals that cause a no-op: * - SIGPIPE might happen with sockets and would crash VLC. It MUST be - * blocked by any LibVLC-dependent application, in addition to VLC. - * - SIGCHLD is comes after exec*() (such as httpd CGI support) and must + * blocked by any LibVLC-dependent application, not just VLC. + * - SIGCHLD comes after exec*() (such as httpd CGI support) and must * be dequeued to cleanup zombie processes. */ SIGPIPE, SIGCHLD