]> git.sesse.net Git - vlc/commitdiff
Fix typos (hopefully correctly) and formatting in comment.
authorJP Dinger <jpd@videolan.org>
Fri, 20 Nov 2009 15:01:04 +0000 (16:01 +0100)
committerJP Dinger <jpd@videolan.org>
Sat, 5 Dec 2009 21:25:41 +0000 (22:25 +0100)
src/input/var.c

index a70f55b7c293ea1cc75651b1491f8003e6729dd8..9b919b636d2f315fb565052ee6b6ca6b89792536 100644 (file)
@@ -565,7 +565,9 @@ static int RateCallback( vlc_object_t *p_this, char const *psz_cmd,
     input_thread_t *p_input = (input_thread_t*)p_this;
     VLC_UNUSED(oldval); VLC_UNUSED(p_data);
 
-    /* Problem with this way: the "rate" variable is update after the input thread do the change */
+    /* Problem with this way: the "rate" variable is updated after the
+     * input thread did the change */
+
     if( !strcmp( psz_cmd, "rate-slower" ) )
     {
         input_ControlPush( p_input, INPUT_CONTROL_SET_RATE_SLOWER, NULL );