Commit bd76a752 authored by JP Dinger's avatar JP Dinger

Fix typos (hopefully correctly) and formatting in comment.

parent dc4b469e
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment