[vlc-devel] commit: Spelling ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Sep 25 17:31:52 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Sep 25 18:34:06 2008 +0300| [3fff7ea77e3b7de9f6686c4fad61fa6ec36ab600] | committer: Rémi Denis-Courmont
Spelling
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3fff7ea77e3b7de9f6686c4fad61fa6ec36ab600
---
bin/vlc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/vlc.c b/bin/vlc.c
index 30c83fc..46eba46 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
More information about the vlc-devel
mailing list