From e8ec214a7758198b8951f100c28a4024a14c8721 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Sat, 9 May 2020 01:57:16 +0300 Subject: select: Fix typo in a comment Osmcoom->Osmocom Change-Id: I6fb4d20d149abc724d477420b5eba482a0b63259 --- src/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3