mgcp_sdp: cosmetic: correct typo in comment

Change-Id: I42aa9b5ce36df347cfb72be97e0f7a1898e6e8d0
This commit is contained in:
Philipp Maier
2019-03-05 14:48:56 +01:00
parent 47642f245d
commit 217d31d62f

View File

@@ -304,7 +304,7 @@ static int add_rtpmap(struct msgb *sdp, int payload_type, const char *audio_name
return 0;
}
/* Add audio string to sdp payload */
/* Add audio strings to sdp payload */
static int add_audio(struct msgb *sdp, int *payload_types, unsigned int payload_types_len, int local_port)
{
int rc;