mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix a comment typo in main.c
This commit is contained in:
parent
3a24364a69
commit
ce5406b71a
@ -1301,7 +1301,7 @@ static periodic_event_item_t periodic_events[] = {
|
|||||||
/* These are pointers to members of periodic_events[] that are used to
|
/* These are pointers to members of periodic_events[] that are used to
|
||||||
* implement particular callbacks. We keep them separate here so that we
|
* implement particular callbacks. We keep them separate here so that we
|
||||||
* can access them by name. We also keep them inside periodic_events[]
|
* can access them by name. We also keep them inside periodic_events[]
|
||||||
* so that we can implement "reset all timers" in a reasaonable way. */
|
* so that we can implement "reset all timers" in a reasonable way. */
|
||||||
static periodic_event_item_t *check_descriptor_event=NULL;
|
static periodic_event_item_t *check_descriptor_event=NULL;
|
||||||
static periodic_event_item_t *fetch_networkstatus_event=NULL;
|
static periodic_event_item_t *fetch_networkstatus_event=NULL;
|
||||||
static periodic_event_item_t *launch_descriptor_fetches_event=NULL;
|
static periodic_event_item_t *launch_descriptor_fetches_event=NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user