0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Fix typo: pool -> poll

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28356 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-01-25 18:46:24 +00:00
parent 6fc95c1817
commit 5fb47cba37

View File

@ -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));