]> granicus.if.org Git - libevent/commitdiff
Fix a few trivial documentation typos
authorNikolay Edigaryev <edigaryev@gmail.com>
Thu, 6 Jul 2017 20:24:26 +0000 (01:24 +0500)
committerNikolay Edigaryev <edigaryev@gmail.com>
Thu, 6 Jul 2017 20:24:26 +0000 (01:24 +0500)
include/event2/event.h

index 435fd62c364598523880989ffb26f979c62e0f23..05bd20a15bade0567c326ccd34362df19a59928c 100644 (file)
@@ -232,7 +232,7 @@ struct event_base
  *
  * Generally, you can create events with event_new(), then make them
  * pending with event_add().  As your event_base runs, it will run the
- * callbacks of an events whose conditions are triggered.  When you
+ * callbacks of an events whose conditions are triggered.  When you no
  * longer want the event, free it with event_free().
  *
  * In more depth:
@@ -692,7 +692,7 @@ EVENT2_EXPORT_SYMBOL
 void event_base_free(struct event_base *);
 
 /**
-   As event_free, but do not run finalizers.
+   As event_base_free, but do not run finalizers.
 
    THIS IS AN EXPERIMENTAL API. IT MIGHT CHANGE BEFORE THE LIBEVENT 2.1 SERIES
    BECOMES STABLE.