Commit d50a6fad authored by Pierre Ynard's avatar Pierre Ynard Committed by Rémi Denis-Courmont

Fix typo in comment

Fix typo in comment: "spurious" instead of "supurious"
Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 21729037
......@@ -1187,7 +1187,7 @@ static void* RunThread( vlc_object_t *p_this )
}
else
{
/* Wait until a frame is being sent or a supurious wakeup (not a problem here) */
/* Wait until a frame is being sent or a spurious wakeup (not a problem here) */
vlc_mutex_lock( &p_vout->picture_lock );
vlc_cond_timedwait( &p_vout->p->picture_wait, &p_vout->picture_lock, current_date + VOUT_IDLE_SLEEP );
vlc_mutex_unlock( &p_vout->picture_lock );
......
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