aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-02-15 05:05:15 +0100
committerlaforge <laforge@osmocom.org>2021-02-15 10:59:10 +0000
commit23aec35750556fe560e5de2f26775c5f964bd244 (patch)
tree98f4a0614e139ed691a162ce8453bb9cb8937209
parente052c411e2761389290f16bf069267d6d6f1e7c4 (diff)
gprs_ns2_sns: fix typo in doxygen comment
Fixes: 5bef2cc4bd58 ("ns2: Improve/extend doxygen comments for new ns2 implementation") Change-Id: I21b51791aa149d9a5b13169d1cf8c2857c55774a
-rw-r--r--src/gb/gprs_ns2_sns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gb/gprs_ns2_sns.c b/src/gb/gprs_ns2_sns.c
index d061eed2..ab8415df 100644
--- a/src/gb/gprs_ns2_sns.c
+++ b/src/gb/gprs_ns2_sns.c
@@ -1470,7 +1470,7 @@ static struct osmo_fsm gprs_ns2_sns_bss_fsm = {
/*! Allocate an IP-SNS FSM for the BSS side.
* \param[in] nse NS Entity in which the FSM runs
* \param[in] id string identifier
- * \retruns FSM instance on success; NULL on error */
+ * \returns FSM instance on success; NULL on error */
struct osmo_fsm_inst *ns2_sns_bss_fsm_alloc(struct gprs_ns2_nse *nse,
const char *id)
{
@@ -1499,7 +1499,7 @@ err:
* \param[in] nsvc NS-VC on which the message was received
* \param[in] msg message buffer of the IP-SNS message
* \param[in] tp parsed TLV structure of message
- * \retruns 0 on success; negative on error */
+ * \returns 0 on success; negative on error */
int ns2_sns_rx(struct gprs_ns2_vc *nsvc, struct msgb *msg, struct tlv_parsed *tp)
{
struct gprs_ns2_nse *nse = nsvc->nse;