summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-25 18:46:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-25 18:46:24 +0000
commit5fb47cba37678c052a3146a0ac947659f7c75222 (patch)
treed9de66e5d5ed71967fdf92d410901ca9212fabcd /input
parent6fc95c18176489d9ec20ac7ded9ba222fd2cbdae (diff)
downloadmpv-5fb47cba37678c052a3146a0ac947659f7c75222.tar.bz2
mpv-5fb47cba37678c052a3146a0ac947659f7c75222.tar.xz
Fix typo: pool -> poll
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28356 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/lirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/lirc.c b/input/lirc.c
index fec56f4828..4012d5b340 100644
--- a/input/lirc.c
+++ b/input/lirc.c
@@ -76,7 +76,7 @@ int mp_input_lirc_read(int fd,char* dest, int s) {
return w;
}
- // Nothing in the buffer, pool the lirc fd
+ // Nothing in the buffer, poll the lirc fd
FD_ZERO(&fds);
FD_SET(fd,&fds);
memset(&tv,0,sizeof(tv));