cosmetic: fix typos in comments

Change-Id: I89e8eba379f83bcf3061601b02af9f10dbca0f22
This commit is contained in:
Pau Espin 2021-08-24 11:34:05 +02:00
parent 945b0606cf
commit 25b6847f46
1 changed files with 3 additions and 3 deletions

View File

@ -364,7 +364,7 @@ static int sgs_tx_status(struct sgs_connection *sgc, const char *imsi, enum sgsa
return 0; return 0;
} }
/* Called by VLR via callback, transmits the the location update response or /* Called by VLR via callback, transmits the location update response or
* reject, depending on the outcome of the location update. */ * reject, depending on the outcome of the location update. */
static void sgs_tx_loc_upd_resp_cb(struct sgs_lu_response *response) static void sgs_tx_loc_upd_resp_cb(struct sgs_lu_response *response)
{ {
@ -1022,8 +1022,8 @@ int sgs_iface_rx(struct sgs_connection *sgc, struct msgb *msg)
OSMO_STRLCPY_ARRAY(imsi, mi.imsi); OSMO_STRLCPY_ARRAY(imsi, mi.imsi);
} }
/* Some messages contain an MME-NAME as mandatore IE, parse it right here. The /* Some messages contain an MME-NAME as mandatory IE, parse it right here. The
* MME-NAME is als immediately registered with the sgc, so it will be implicitly * MME-NAME is also immediately registered with the sgc, so it will be implicitly
* known to all functions that have access to the sgc context. */ * known to all functions that have access to the sgc context. */
if (!TLVP_PRESENT(&tp, SGSAP_IE_MME_NAME) if (!TLVP_PRESENT(&tp, SGSAP_IE_MME_NAME)
&& (msg_type == SGSAP_MSGT_RESET_IND || msg_type == SGSAP_MSGT_RESET_ACK && (msg_type == SGSAP_MSGT_RESET_IND || msg_type == SGSAP_MSGT_RESET_ACK