summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_bsdbt848.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/tvi_bsdbt848.c')
-rw-r--r--libmpdemux/tvi_bsdbt848.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/tvi_bsdbt848.c b/libmpdemux/tvi_bsdbt848.c
index 32f66650e3..8b93c0c70f 100644
--- a/libmpdemux/tvi_bsdbt848.c
+++ b/libmpdemux/tvi_bsdbt848.c
@@ -795,7 +795,7 @@ if(ioctl(priv->dspfd, FIONREAD, &bytesavail) < 0)
}
/* When mencoder wants audio data, it wants data..
- it wont go do anything else until it gets it :( */
+ it won't go do anything else until it gets it :( */
if(bytesavail == 0) return FRAGSIZE;