]> git.sesse.net Git - vlc/commitdiff
interface.c: Better comment.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 20 Sep 2007 14:34:03 +0000 (14:34 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 20 Sep 2007 14:34:03 +0000 (14:34 +0000)
src/interface/interface.c

index e6bcb39005f0b9a426d478f6d3e7bc870dfea124..ceb6050dfbba96080f97f31ba24f6bb650481abe 100644 (file)
@@ -131,8 +131,8 @@ int intf_RunThread( intf_thread_t *p_intf )
     if( p_intf->pf_run == NULL )
         return VLC_SUCCESS;
 
-    /* Hack to get Mac OS X Cocoa runtime,
-     * which need access to the main thread */
+    /* Hack to get Mac OS X Cocoa runtime running
+     * (it needs access to the main thread) */
     if( p_intf->b_should_run_on_first_thread )
     {
         RunInterface( p_intf );