aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-09 01:57:16 +0300
committeripse <Alexander.Chemeris@gmail.com>2020-05-09 00:37:09 +0000
commite8ec214a7758198b8951f100c28a4024a14c8721 (patch)
tree98e0d594625eb62e5c6f63d690e217b628ae1830 /src
parent3a6bedf1e5f8ef32243e86fa753c6433a22b936d (diff)
select: Fix typo in a comment Osmcoom->Osmocom
Diffstat (limited to 'src')
-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