aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:18:59 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:39:33 +0800
commitb3c206aa341e2f5f9332446fbcbd1092c6cec901 (patch)
tree666995790b89ce0add7fd2018bba8e06535f7f45 /openbsc/src/mgcp
parentb715d7f890728068684a1b9f020a8b6f10449107 (diff)
[mgcp] Improve the language of the comments.
Diffstat (limited to 'openbsc/src/mgcp')
-rw-r--r--openbsc/src/mgcp/mgcp_network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/mgcp/mgcp_network.c b/openbsc/src/mgcp/mgcp_network.c
index 9852d8b37..e9c067ebc 100644
--- a/openbsc/src/mgcp/mgcp_network.c
+++ b/openbsc/src/mgcp/mgcp_network.c
@@ -175,7 +175,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));
@@ -188,7 +188,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;