]> granicus.if.org Git - libevent/commitdiff
Fix typo in thread.h (s/event/evthread)
authorAzat Khuzhin <azat@libevent.org>
Sun, 1 Mar 2020 10:52:32 +0000 (13:52 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 1 Mar 2020 10:52:32 +0000 (13:52 +0300)
include/event2/thread.h

index bf06e3d3ebd38107b703e9ca5e62643f9edf5800..75dbfa1d8f9788bc79f5b5e48cece26a61b6d246 100644 (file)
@@ -39,8 +39,8 @@
   use them.
 
   Most programs will either be using Windows threads or Posix threads.  You
-  can configure Libevent to use one of these event_use_windows_threads() or
-  event_use_pthreads() respectively.  If you're using another threading
+  can configure Libevent to use one of these evthread_use_windows_threads() or
+  evthread_use_pthreads() respectively.  If you're using another threading
   library, you'll need to configure threading functions manually using
   evthread_set_lock_callbacks() and evthread_set_condition_callbacks().