diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-27 20:31:49 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-27 20:31:49 -0700 |
commit | 510ff69fa3dac27c71c29694020a25787eec7e03 (patch) | |
tree | 7835037de887cc3ea34d54513eda2d850d144a56 /src | |
parent | 191969937e2d4a5a4249ba3c56094673a501c6d5 (diff) |
Fix comment formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lib/iomgr/ev_epoll_linux.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c index 099f8e85b5..475bd3c1df 100644 --- a/src/core/lib/iomgr/ev_epoll_linux.c +++ b/src/core/lib/iomgr/ev_epoll_linux.c @@ -1434,12 +1434,10 @@ static grpc_error *pollset_work(grpc_exec_ctx *exec_ctx, grpc_pollset *pollset, This is the mask used at all times *except during epoll_wait()*" g_orig_sigmask: The thread mask which allows 'grpc_wakeup_signal' and - this is - the mask to use *during epoll_wait()* + this is the mask to use *during epoll_wait()* The new_mask is set on the worker before it is added to the pollset - (i.e - before it can be kicked) */ + (i.e before it can be kicked) */ } push_front_worker(pollset, &worker); /* Add worker to pollset */ |