From 3fff7ea77e3b7de9f6686c4fad61fa6ec36ab600 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 25 Sep 2008 18:34:06 +0300 Subject: [PATCH] Spelling --- bin/vlc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2