aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipa.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-11-15 10:29:21 +0100
committerHarald Welte <laforge@osmocom.org>2021-11-15 18:05:04 +0100
commitf71096a2b05d54b188fe420136abb47ad6289c0c (patch)
tree597c1c83ba7fec2491f2ff669a432ae530e17ef5 /src/ipa.c
parentff7404c742782c28f1b96f838f4f239c42d02c66 (diff)
spelling fixes in comments
Diffstat (limited to 'src/ipa.c')
-rw-r--r--src/ipa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa.c b/src/ipa.c
index 5b1eb54..8daa5e0 100644
--- a/src/ipa.c
+++ b/src/ipa.c
@@ -135,7 +135,7 @@ static struct osmo_ss7_as *find_as_for_asp(struct osmo_ss7_asp *asp)
{
struct osmo_ss7_as *as;
- /* in the IPA case, weassume there is a 1:1 mapping between the
+ /* in the IPA case, we assume there is a 1:1 mapping between the
* ASP and the AS. An AS without ASP means there is no
* connection, and an ASP without AS means that we don't (yet?)
* know the identity of the peer */
@@ -301,7 +301,7 @@ int ipa_rx_msg(struct osmo_ss7_asp *asp, struct msgb *msg)
OSMO_ASSERT(asp->cfg.proto == OSMO_SS7_ASP_PROT_IPA);
/* osmo_ipa_process_msg() will already have verified length
- * consistency and set up l2h poiter */
+ * consistency and set up l2h pointer */
hh = (struct ipaccess_head *) msg->l1h;
switch (hh->proto) {