aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bsc/codec_pref.c2
1 files changed, 1 insertions, 1 deletions
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.