summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pjctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pjctl.c b/src/pjctl.c
index ecb9e97..7acc079 100644
--- a/src/pjctl.c
+++ b/src/pjctl.c
@@ -160,7 +160,7 @@ send_next_cmd(struct pjctl *pjctl)
struct msghdr msg;
struct iovec iov[2];
- /* Are we're ready? */
+ /* Have we sent all commands (is the queue empty)? */
if (pjctl->queue.next == &pjctl->queue) {
pjctl->state = PJCTL_FINISH;
return 0;