codec_pref: fix typo in comment

Change-Id: Ie4ea8179395cd331dad4b62227debb026b5b008c
This commit is contained in:
Philipp Maier 2018-09-13 10:05:30 +02:00
parent f552166c62
commit 5a87137aad
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ static bool test_codec_support_bts(const struct bts_codec_conf *bts_codec, uint8
/*! Match the codec preferences from local config with a received codec preferences IEs received from the
* MSC and the BTS' codec configuration.
* \param[out] chan_mode GSM 04.08 channel mode.
* \param[out] full_rate true iff full-rate.
* \param[out] full_rate true if full-rate.
* \param[in] ct GSM 08.08 channel type received from MSC.
* \param[in] scl GSM 08.08 speech codec list received from MSC (optional).
* \param[in] audio_support List of allowed codecs as from local config.