소스 검색

minor formatting fix

Sree Kuchibhotla 9 년 전
부모
커밋
485a902264
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/lib/iomgr/ev_epoll_linux.c

+ 1 - 1
src/core/lib/iomgr/ev_epoll_linux.c

@@ -1713,7 +1713,7 @@ retry:
             (void *)pi_new, fd->fd, (void *)pollset);
 
         /* No need to lock 'pi_new' here since this is a new polling island and
-           no one has a reference to it yet */
+         * no one has a reference to it yet */
         polling_island_remove_all_fds_locked(pi_new, true, &error);
 
         /* Ref and unref so that the polling island gets deleted during unref */