[MPlayer-cvslog] r28356 - trunk/input/lirc.c

reimar subversion at mplayerhq.hu
Sun Jan 25 19:46:24 CET 2009


Author: reimar
Date: Sun Jan 25 19:46:24 2009
New Revision: 28356

Log:
Fix typo: pool -> poll

Modified:
   trunk/input/lirc.c

Modified: trunk/input/lirc.c
==============================================================================
--- trunk/input/lirc.c	Sun Jan 25 19:25:11 2009	(r28355)
+++ trunk/input/lirc.c	Sun Jan 25 19:46:24 2009	(r28356)
@@ -76,7 +76,7 @@ int mp_input_lirc_read(int fd,char* dest
     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));



More information about the MPlayer-cvslog mailing list