aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-08-24 11:34:05 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-08-24 11:42:15 +0200
commit25b6847f46989c94cd91e42b4f0e579c286b2878 (patch)
treed1214c60ad03a0083e5cfd3aca15cb57a89da68c /src/libmsc
parent945b0606cf6a6f20081f4f621c43b302c3c88702 (diff)
cosmetic: fix typos in comments
Diffstat (limited to 'src/libmsc')
-rw-r--r--src/libmsc/sgs_iface.c6
1 files 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