aboutsummaryrefslogtreecommitdiff
path: root/src/lib/evloop/compat_libevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evloop/compat_libevent.c')
-rw-r--r--src/lib/evloop/compat_libevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evloop/compat_libevent.c b/src/lib/evloop/compat_libevent.c
index 91eacb9938..500c74831c 100644
--- a/src/lib/evloop/compat_libevent.c
+++ b/src/lib/evloop/compat_libevent.c
@@ -422,7 +422,7 @@ mainloop_event_activate(mainloop_event_t *event)
*
* If the event is scheduled for a different time, cancel it and run
* after this delay instead. If the event is currently pending to run
- * <em>now</b>, has no effect.
+ * <b>now</b>, has no effect.
*
* Do not call this function with <b>tv</b> == NULL -- use
* mainloop_event_activate() instead.