summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_v4l2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/tvi_v4l2.c')
-rw-r--r--libmpdemux/tvi_v4l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/tvi_v4l2.c b/libmpdemux/tvi_v4l2.c
index 0f7bbf048d..41b59eaafe 100644
--- a/libmpdemux/tvi_v4l2.c
+++ b/libmpdemux/tvi_v4l2.c
@@ -405,7 +405,7 @@ static int set_mute(priv_t *priv, int value)
}
/*
-** Mplayer uses values from -100 up to 100 for controls.
+** MPlayer uses values from -100 up to 100 for controls.
** Here they are scaled to what the tv card needs and applied.
*/
static int set_control(priv_t *priv, struct v4l2_control *control, int val_signed) {