Skip to content
Snippets Groups Projects
Commit 366a9aa8 authored by flx42's avatar flx42 Committed by Jean-Baptiste Kempf
Browse files

vout: fix typos in comment


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d3c2782b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment