diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 4403a66e2..c5b7d1362 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -973,7 +973,7 @@ run_scheduled_events(time_t now) } } -/** Libevent timer: used to invoke second_elapsed_callback once per second. */ +/** Libevent timer: used to invoke second_elapsed_callback() once per second. */ static struct event *timeout_event = NULL; /** Number of libevent errors in the last second: we die if we get too many. */ static int n_libevent_errors = 0; |