From 5a87137aadbc8776b365ab21683c16985ac1d20e Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 13 Sep 2018 10:05:30 +0200 Subject: codec_pref: fix typo in comment Change-Id: Ie4ea8179395cd331dad4b62227debb026b5b008c --- src/osmo-bsc/codec_pref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bsc/codec_pref.c b/src/osmo-bsc/codec_pref.c index 2a9be6e9b..96c2c3844 100644 --- a/src/osmo-bsc/codec_pref.c +++ b/src/osmo-bsc/codec_pref.c @@ -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. -- cgit v1.2.3