[vlc-devel] [PATCH 1/4] vout: fix typos in comment

Felix Abecassis felix.abecassis at gmail.com
Wed Feb 19 12:29:34 CET 2014


---
 src/video_output/control.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video_output/control.c b/src/video_output/control.c
index 930e09b..73877d5 100644
--- a/src/video_output/control.c
+++ b/src/video_output/control.c
@@ -188,7 +188,7 @@ int vout_control_Pop(vout_control_t *ctrl, vout_control_cmd_t *cmd,
 
         const mtime_t max_deadline = mdate() + timeout;
 
-        /* Supurious wake up are perfectly fine */
+        /* Spurious wakeups are perfectly fine */
         if (deadline <= VLC_TS_INVALID) {
             ctrl->is_sleeping = true;
             if (ctrl->can_sleep)
-- 
1.8.3.2




More information about the vlc-devel mailing list