From 25b6847f46989c94cd91e42b4f0e579c286b2878 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 24 Aug 2021 11:34:05 +0200 Subject: [PATCH] cosmetic: fix typos in comments Change-Id: I89e8eba379f83bcf3061601b02af9f10dbca0f22 --- src/libmsc/sgs_iface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libmsc/sgs_iface.c b/src/libmsc/sgs_iface.c index 1dfbaced2..ad73289ef 100644 --- a/src/libmsc/sgs_iface.c +++ b/src/libmsc/sgs_iface.c @@ -364,7 +364,7 @@ static int sgs_tx_status(struct sgs_connection *sgc, const char *imsi, enum sgsa 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. */ 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); } - /* Some messages contain an MME-NAME as mandatore IE, parse it right here. The - * MME-NAME is als immediately registered with the sgc, so it will be implicitly + /* Some messages contain an MME-NAME as mandatory IE, parse it right here. The + * 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. */ if (!TLVP_PRESENT(&tp, SGSAP_IE_MME_NAME) && (msg_type == SGSAP_MSGT_RESET_IND || msg_type == SGSAP_MSGT_RESET_ACK