aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-09 01:57:16 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-09 02:54:45 +0300
commite3f785fbf179bb385ae4bfea28bed90159e57789 (patch)
tree232fcb56bb0e2d7216cb03a888b72019cc9382e4
parent73160d3d0acab80cefa8bd29b73558e9dfaca5cc (diff)
select: Fix typo in a comment Osmcoom->Osmocom
-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