summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 10:08:56 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 10:08:56 +0100
commitfb8e8efb7072c2021c6c8cda2672d7eab1e3bbac (patch)
treeea79597e7251e4f1d5712fd02d1c7af127e5be8c
parent254784261e3a09a667ace974cc2c41696547cf59 (diff)
downloadpjctl-fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac.tar.gz
pjctl-fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac.tar.bz2
pjctl-fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac.zip
Improve a comment to be easier to understand
-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;