From fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 5 Nov 2013 10:08:56 +0100 Subject: Improve a comment to be easier to understand --- src/pjctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit