summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 10:08:56 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2014-01-04 15:42:26 +0100
commit0c4263e281f7880bfb4d6ea9ad9ba6537c695f74 (patch)
treeea79597e7251e4f1d5712fd02d1c7af127e5be8c
parentf789d675251c43ecc8a07a07d46d4ce7c3c67d25 (diff)
downloadpjctl-0c4263e281f7880bfb4d6ea9ad9ba6537c695f74.tar.gz
pjctl-0c4263e281f7880bfb4d6ea9ad9ba6537c695f74.tar.bz2
pjctl-0c4263e281f7880bfb4d6ea9ad9ba6537c695f74.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;