about summary refs log tree commit homepage
path: root/ioq.c
diff options
context:
space:
mode:
Diffstat (limited to 'ioq.c')
-rw-r--r--ioq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ioq.c b/ioq.c
index c515a8b..9408786 100644
--- a/ioq.c
+++ b/ioq.c
@@ -37,7 +37,7 @@
  *                                 |                   /
  *                                 `---------<---------'
  *
- * mog_ioq_next is automatically called when releases a regular file.
+ * mog_ioq_next is automatically called when a thread releases a regular file.
  */
 __thread struct mog_ioq *mog_ioq_current;
 
@@ -140,7 +140,7 @@ void mog_ioq_next(struct mog_ioq *check_ioq)
                 mog_activeq_push(mog_ioq_current->svc->queue, mfd);
         }
         /*
-         * We may not touch or use client_mfd here anymore.  Another
+         * We may not touch mfd after mog_activeq_push.  Another
          * thread may already have it.  In the worst case, it's been
          * closed due to epoll/kqueue running out-of-space and another
          * system call (open/accept) may have already reused the FD