mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +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:
parent
c1b940cebf
commit
a9c7cd6b2c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
* <li>signal_callback(), which handles incoming signals.
|
* <li>signal_callback(), which handles incoming signals.
|
||||||
* </ul>
|
* </ul>
|
||||||
* Other events are used for specific purposes, or for building more complex
|
* 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.
|
* will find all the events that we construct in Tor.
|
||||||
*
|
*
|
||||||
* Tor has numerous housekeeping operations that need to happen
|
* Tor has numerous housekeeping operations that need to happen
|
||||||
|
|
Loading…
Add table
Reference in a new issue