about summary refs log tree commit homepage
path: root/queue_loop.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-04-22 01:40:33 +0000
committerEric Wong <normalperson@yhbt.net>2012-04-22 01:40:33 +0000
commit13027727d2ddce6ed9e630e34671fc0866a1ddd0 (patch)
treeee1bf648fba6826243b3f8a50d7bb219d855a43f /queue_loop.c
parent78bc8a2200c0c508a33975187a81735538e1823d (diff)
downloadcmogstored-13027727d2ddce6ed9e630e34671fc0866a1ddd0.tar.gz
"cancellation" has a double-L, so "cancellable" should
be spelled with two Ls, too..
Diffstat (limited to 'queue_loop.c')
-rw-r--r--queue_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue_loop.c b/queue_loop.c
index db30908..5b1b941 100644
--- a/queue_loop.c
+++ b/queue_loop.c
@@ -100,7 +100,7 @@ void * mog_queue_loop(void *arg)
                          * Sleep until there's an event.  mog_accept_loop
                          * will push into epoll/kqueue to wake us up here.
                          */
-                        if ((mfd = mog_idleq_wait(q, MOG_CANCELABLE)))
+                        if ((mfd = mog_idleq_wait(q, MOG_CANCELLABLE)))
                                 active_mfd = mog_queue_step(mfd);
                 }
         }