aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
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:18:59 +0800
commit1927e93ce55c1b3da8dca034999cefe1f308e89c (patch)
tree27b274913104fdfdd851413df84655d6536a5ca5 /openbsc
parent7bbd416a521a75e232aba304374d58611022ea4e (diff)
[mgcp] Improve the language of the comments.
Diffstat (limited to 'openbsc')
-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 2861e5f62..c561d0a1a 100644
--- a/openbsc/src/mgcp/mgcp_network.c
+++ b/openbsc/src/mgcp/mgcp_network.c
@@ -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;