]> granicus.if.org Git - libevent/commitdiff
fix evutil_make_internal_pipe_'s comment that fd[0] for read and f[1] for write
authorXiang Zhang <angwerzx@126.com>
Thu, 16 Mar 2017 15:32:43 +0000 (23:32 +0800)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:13:50 +0000 (15:13 +0300)
(cherry picked from commit 2e52bace9f9998826bd3819af328efc8d18decf9)

event-internal.h
evutil.c

index 08a2bde1caef424abd5d589d6db3db3f49501170..03eb2a87415747e2ab4b2b37201335d50d118709 100644 (file)
@@ -219,7 +219,7 @@ struct event_base {
        /** Function pointers used to describe the backend that this event_base
         * uses for signals */
        const struct eventop *evsigsel;
-       /** Data to implement the common signal handelr code. */
+       /** Data to implement the common signal handler code. */
        struct evsig_info sig;
 
        /** Number of virtual events */
index 4dd4a2e1c95cc2a78ba4ffaea70ba9e6a03d0808..49c9014f7b7021ece394c0e2c6371215bddd319e 100644 (file)
--- a/evutil.c
+++ b/evutil.c
@@ -2593,7 +2593,7 @@ evutil_accept4_(evutil_socket_t sockfd, struct sockaddr *addr,
 }
 
 /* Internal function: Set fd[0] and fd[1] to a pair of fds such that writes on
- * fd[0] get read from fd[1].  Make both fds nonblocking and close-on-exec.
+ * fd[1] get read from fd[0].  Make both fds nonblocking and close-on-exec.
  * Return 0 on success, -1 on failure.
  */
 int