diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-13 09:50:21 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-13 09:50:21 -0700 |
commit | 8a334aff945ea9662eee3aac69f4ae81cfe81858 (patch) | |
tree | b24e0b74bea90955b40bb7422878c7c883b13323 /src/core/lib/iomgr | |
parent | c55c102ed49233b09ac4a29a8f066c5d42e310ae (diff) | |
parent | a5bb010762697619338eea551591d0dd1249f179 (diff) |
Merge github.com:grpc/grpc into new_transport_op
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/wakeup_fd_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/wakeup_fd_posix.h b/src/core/lib/iomgr/wakeup_fd_posix.h index 71d32d97ba..c8dd242c75 100644 --- a/src/core/lib/iomgr/wakeup_fd_posix.h +++ b/src/core/lib/iomgr/wakeup_fd_posix.h @@ -46,7 +46,7 @@ * * Setup: * 1. Before calling anything, call global_init() at least once. - * 1. Call grpc_wakeup_fd_create() to get a wakeup_fd. + * 1. Call grpc_wakeup_fd_init() to set up a wakeup_fd. * 2. Add the result of GRPC_WAKEUP_FD_FD to the set of monitored file * descriptors for the poll() style API you are using. Monitor the file * descriptor for readability. |