Commit 366a9aa8 authored by Felix Abecassis's avatar Felix Abecassis Committed by Jean-Baptiste Kempf

vout: fix typos in comment

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d3c2782b
......@@ -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)
......
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