select: Fix typo in a comment Osmcoom->Osmocom

Change-Id: I6fb4d20d149abc724d477420b5eba482a0b63259
diff --git a/src/select.c b/src/select.c
index 8e31205..774056a 100644
--- a/src/select.c
+++ b/src/select.c
@@ -334,7 +334,7 @@
 	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