mgcp_client: fix typo in doxygen comment

Change-Id: I4431502ebbaa980f2abfdb98acba0f55ca658292
This commit is contained in:
Philipp Maier 2021-09-02 10:08:56 +02:00
parent 439c86fc58
commit fa495d669f
1 changed files with 1 additions and 1 deletions

View File

@ -1492,7 +1492,7 @@ mgcp_trans_id_t mgcp_msg_trans_id(struct msgb *msg)
return (mgcp_trans_id_t)msg->cb[MSGB_CB_MGCP_TRANS_ID];
}
/*! Get the configuration parameters a given MGCP client instance
/*! Get the configuration parameters for a given MGCP client instance
* \param[in] mgcp MGCP client descriptor.
* \returns configuration */
struct mgcp_client_conf *mgcp_client_conf_actual(struct mgcp_client *mgcp)