diff options
author | Vijay Pai <vpai@google.com> | 2017-03-10 10:37:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-10 10:37:58 -0800 |
commit | 11a93fac8ebc7fe42f36626322466800fe6f53cf (patch) | |
tree | 5933b89a4a88b7b247e7ba03b974e430e78579b9 /src/core/lib/iomgr | |
parent | ad62c291268e61f7eeea7e2f5f1bfb4741e2f176 (diff) | |
parent | 2e659c25df3b385701398cfc43f6fcd37f8ed8a4 (diff) |
Merge pull request #10074 from vjpai/comment
Fix a comment re wakeup_fd
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. |