aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 01:50:44 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 06:04:13 +0800
commite66cac359e15c16455fe279e388e74ce5223cdd5 (patch)
tree61651d9d49d1760233b1f24f0e87d7edc335e96e
parent7cdc62c01223570441e60ec6d0dd7a92e622677b (diff)
nat: Fix the spelling of that comment.
-rw-r--r--openbsc/src/nat/bsc_mgcp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_mgcp_utils.c b/openbsc/src/nat/bsc_mgcp_utils.c
index 1881cf6e9..254623642 100644
--- a/openbsc/src/nat/bsc_mgcp_utils.c
+++ b/openbsc/src/nat/bsc_mgcp_utils.c
@@ -250,7 +250,7 @@ int bsc_mgcp_policy_cb(struct mgcp_config *cfg, int endpoint, int state, const c
mgcp_endp->bts = sock.sin_addr;
}
- /* send the message and a fake MDCX for force sending of a dummy packet */
+ /* send the message and a fake MDCX to force sending of a dummy packet */
sccp->crcx = 1;
bsc_write(sccp->bsc, bsc_msg, NAT_IPAC_PROTO_MGCP);
bsc_mgcp_send_mdcx(sccp->bsc, mgcp_endp);