Fix comment formatting
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c
index 099f8e8..475bd3c 100644
--- a/src/core/lib/iomgr/ev_epoll_linux.c
+++ b/src/core/lib/iomgr/ev_epoll_linux.c
@@ -1434,12 +1434,10 @@
                          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 */