# HG changeset patch # User reimar # Date 1232909184 0 # Node ID 1dc02f91a9b46c914cb71b37d024ac6134f7c64a # Parent aac3629b180d06bdd653ed140191d68b6f77f5f2 Fix typo: pool -> poll diff -r aac3629b180d -r 1dc02f91a9b4 input/lirc.c --- 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));