aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_ss7.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo_ss7.c')
-rw-r--r--src/osmo_ss7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c
index e1e7ace..38206fb 100644
--- a/src/osmo_ss7.c
+++ b/src/osmo_ss7.c
@@ -1194,7 +1194,7 @@ static inline bool host_is_ip_anyaddr(const char *host, bool is_v6)
* \param[in] peer Application Server Process peer the address is appened to.
* \param[in] talloc_ctx talloc context used to allocate new address.
* \param[in] host string containing an IP addresses.
- * \returns 0 on success; negtive otherwise */
+ * \returns 0 on success; negative otherwise */
int osmo_ss7_asp_peer_add_host(struct osmo_ss7_asp_peer *peer, void *talloc_ctx, const char *host)
{
int i;