summaryrefslogtreecommitdiff
path: root/libev/ev.h
diff options
context:
space:
mode:
Diffstat (limited to 'libev/ev.h')
-rw-r--r--libev/ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libev/ev.h b/libev/ev.h
index 4669c39..0771945 100644
--- a/libev/ev.h
+++ b/libev/ev.h
@@ -744,7 +744,7 @@ EV_API_DECL void ev_resume (EV_P) EV_NOEXCEPT;
# define ev_set_cb(ev,cb_) (ev_cb_ (ev) = (cb_), memmove (&((ev_watcher *)(ev))->cb, &ev_cb_ (ev), sizeof (ev_cb_ (ev))))
#endif
-/* stopping (enabling, adding) a watcher does nothing if it is already running */
+/* starting (enabling, adding) a watcher does nothing if it is already running */
/* stopping (disabling, deleting) a watcher does nothing unless it's already running */
#if EV_PROTOTYPES