From 5fb47cba37678c052a3146a0ac947659f7c75222 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 25 Jan 2009 18:46:24 +0000 Subject: Fix typo: pool -> poll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28356 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/lirc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') 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)); -- cgit v1.2.3