1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00

Fix typo in comment

Fix typo in comment: "spurious" instead of "supurious"

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
This commit is contained in:
Pierre Ynard 2008-12-01 17:14:57 +01:00 committed by Rémi Denis-Courmont
parent 2172903793
commit d50a6fad1f

View File

@ -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 );