[mgcp] Improve the language of the comments.

This commit is contained in:
Holger Hans Peter Freyther
2010-05-14 02:18:59 +08:00
parent 7bbd416a52
commit 1927e93ce5

View File

@@ -177,7 +177,7 @@ static int rtp_data_cb(struct bsc_fd *fd, unsigned int what)
}
}
/* throw away dummy message */
/* throw away the dummy message */
if (rc == 1 && buf[0] == DUMMY_LOAD) {
LOGP(DMGCP, LOGL_NOTICE, "Filtered dummy on 0x%x\n",
ENDPOINT_NUMBER(endp));
@@ -190,7 +190,7 @@ static int rtp_data_cb(struct bsc_fd *fd, unsigned int what)
else
++endp->in_remote;
/* dispatch */
/* For loop toggle the destination and then dispatch. */
if (cfg->audio_loop)
dest = !dest;