mgw: Fix mgcp_rtp_end field description comment

Change-Id: Ieb044daaaa47572cd9a2524ea69e903200527d17
diff --git a/include/osmocom/mgcp/mgcp_network.h b/include/osmocom/mgcp/mgcp_network.h
index c08d009..c4967eb 100644
--- a/include/osmocom/mgcp/mgcp_network.h
+++ b/include/osmocom/mgcp/mgcp_network.h
@@ -78,7 +78,7 @@
 
 /* 'mgcp_rtp_end': basically a wrapper around the RTP+RTCP ports */
 struct mgcp_rtp_end {
-	/* local IP address of the RTP socket */
+	/* remote IP address of the RTP socket */
 	struct in_addr addr;
 
 	/* in network byte order */