Cosmetic: fix various typos

Change-Id: I9225e733e3afa8171f24253e21eaffc654f689af
This commit is contained in:
Oliver Smith 2023-02-09 15:32:38 +01:00 committed by osmith
parent 3632ffe65a
commit 0e552cc9c1
2 changed files with 2 additions and 2 deletions

View File

@ -389,7 +389,7 @@ static int check_requires_voice(bool *requires_voice, enum gsm48_chan_mode chan_
return 0;
}
/* Check if the incoming assignment requests requires a voice stream or not,
/* Check if the incoming assignment request requires a voice stream or not,
* we will look at the preferred and the alternate channel mode and also make
* sure that both are consistent. */
static int check_requires_voice_stream(struct gsm_subscriber_connection *conn)

View File

@ -376,7 +376,7 @@ int match_codec_pref(struct channel_mode_and_rate *ch_mode_rate,
break;
}
/* Exit without result, in case no match can be deteched */
/* Exit without result, in case no match can be detected */
if (!match) {
ch_mode_rate->chan_mode = GSM48_CMODE_SIGN;
ch_mode_rate->chan_rate = CH_RATE_SDCCH;