aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-05-14 15:03:44 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-05-14 15:03:44 +0800
commita73b903df923a9659e97b14e2befac56de1a70e4 (patch)
tree2942e88b8641e52c45d663e0cb2e0ddf2723e037 /input_common.cpp
parent30cfb3e795de6e38a52f7c589c661c5cb07f3da2 (diff)
Null notifier to support fishd synchronization, so we can select the
synchronization mechanism at runtime
Diffstat (limited to 'input_common.cpp')
-rw-r--r--input_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_common.cpp b/input_common.cpp
index 71965940..1252dc0d 100644
--- a/input_common.cpp
+++ b/input_common.cpp
@@ -124,7 +124,7 @@ static wint_t readb()
fd_max = maxi(fd_max, notifier_fd);
}
- /* Get the suggested delay (possibly none) */
+ /* Get its suggested delay (possibly none) */
struct timeval tv = {};
const unsigned long usecs_delay = notifier.usec_delay_between_polls();
if (usecs_delay > 0)