changeset 28321:1dc02f91a9b4

Fix typo: pool -> poll
author reimar
date Sun, 25 Jan 2009 18:46:24 +0000
parents aac3629b180d
children fa1f53d4d263
files input/lirc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/lirc.c	Sun Jan 25 18:25:11 2009 +0000
+++ b/input/lirc.c	Sun Jan 25 18:46:24 2009 +0000
@@ -76,7 +76,7 @@
     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));