aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/codec_pref.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-09-13 10:05:30 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2018-09-14 09:03:41 +0200
commit5a87137aadbc8776b365ab21683c16985ac1d20e (patch)
treee660f2ff62f7086b803d1a4fb212256b44ba1d79 /src/osmo-bsc/codec_pref.c
parentf552166c629176e2c2d47da7c459a683967b9753 (diff)
codec_pref: fix typo in comment
Diffstat (limited to 'src/osmo-bsc/codec_pref.c')
-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.