]> git.sesse.net Git - vlc/commitdiff
Spelling
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 25 Sep 2008 15:34:06 +0000 (18:34 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 25 Sep 2008 15:34:06 +0000 (18:34 +0300)
bin/vlc.c

index 30c83fcc827992831000f319b32efa8b8bdc76e4..46eba46caf560cbe1a369bcb33c4e5118f17f8d5 100644 (file)
--- 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