aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c
index 8e312054..774056a9 100644
--- a/src/select.c
+++ b/src/select.c
@@ -334,7 +334,7 @@ int osmo_timerfd_disable(struct osmo_fd *ofd)
return timerfd_settime(ofd->fd, 0, &its_null, NULL);
}
-/*! schedule the osmcoom-wrapped timerfd to occur first at \a first, then periodically at \a interval
+/*! schedule the osmocom-wrapped timerfd to occur first at \a first, then periodically at \a interval
* \param[in] ofd Osmocom wrapped timerfd
* \param[in] first Relative time at which the timer should first execute (NULL = \a interval)
* \param[in] interval Time interval at which subsequent timer shall fire