From: Gabriela Moldovan Date: Tue, 7 Feb 2023 12:00:57 +0000 (+0000) Subject: Fix small typo in mainloop.c docs. X-Git-Tag: tor-0.4.8.1-alpha~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c7cd6b2c08eed9bfd6dd3daa64a89083fd0b08;p=thirdparty%2Ftor.git Fix small typo in mainloop.c docs. The docs should reference `tor_event_new()` rather than `tor_libevent_new()`. Signed-off-by: Gabriela Moldovan --- diff --git a/src/core/mainloop/mainloop.c b/src/core/mainloop/mainloop.c index 8e1b33e56e..a1ea32220a 100644 --- a/src/core/mainloop/mainloop.c +++ b/src/core/mainloop/mainloop.c @@ -21,7 +21,7 @@ *
  • signal_callback(), which handles incoming signals. * * 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