mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix small typo in mainloop.c docs.
The docs should reference `tor_event_new()` rather than `tor_libevent_new()`. Signed-off-by: Gabriela Moldovan <gabi@torproject.org>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* <li>signal_callback(), which handles incoming signals.
|
||||
* </ul>
|
||||
* Other events are used for specific purposes, or for building more complex
|
||||
* control structures. If you search for usage of tor_libevent_new(), you
|
||||
* control structures. If you search for usage of tor_event_new(), you
|
||||
* will find all the events that we construct in Tor.
|
||||
*
|
||||
* Tor has numerous housekeeping operations that need to happen
|
||||
|
||||
Reference in New Issue
Block a user