aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/mnl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mnl.c')
-rw-r--r--src/core/mnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mnl.c b/src/core/mnl.c
index c3f5fe68..d148e1b3 100644
--- a/src/core/mnl.c
+++ b/src/core/mnl.c
@@ -54,7 +54,7 @@ static int osmo_mnl_fd_cb(struct osmo_fd *ofd, unsigned int what)
}
/*! create an osmocom-wrapped limnl netlink socket.
- * \parma[in] ctx talloc context from which to allocate
+ * \param[in] ctx talloc context from which to allocate
* \param[in] bus netlink socket bus ID (see NETLINK_* constants)
* \param[in] groups groups of messages to bind/subscribe to
* \param[in] mnl_cb callback function called for each incoming message