[vlc-devel] [PATCH] Fix typo in comment
Pierre Ynard
linkfanel at yahoo.fr
Mon Dec 1 17:14:57 CET 2008
Fix typo in comment: "spurious" instead of "supurious"
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index bf4ba43..9790f77 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -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 );
--
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
More information about the vlc-devel
mailing list