diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-05 10:08:56 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-11-05 10:08:56 +0100 |
commit | fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac (patch) | |
tree | ea79597e7251e4f1d5712fd02d1c7af127e5be8c /src | |
parent | 254784261e3a09a667ace974cc2c41696547cf59 (diff) | |
download | pjctl-fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac.tar.gz pjctl-fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac.tar.bz2 pjctl-fb8e8efb7072c2021c6c8cda2672d7eab1e3bbac.zip |
Improve a comment to be easier to understand
Diffstat (limited to 'src')
-rw-r--r-- | src/pjctl.c | 2 |
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; |