From 1927e93ce55c1b3da8dca034999cefe1f308e89c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 May 2010 02:18:59 +0800 Subject: [mgcp] Improve the language of the comments. --- openbsc/src/mgcp/mgcp_network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/mgcp') 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; -- cgit v1.2.3