Fixing typo

Fixing typo
pull/15726/head
kwasimensah 7 years ago committed by GitHub
parent d80edf5730
commit 7d594b2bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/ev_epollex_linux.cc

@ -33,7 +33,7 @@
#include <poll.h>
#include <pthread.h>
#include <string.h>
#incldue <sys/epoll.h>
#include <sys/epoll.h>
#include <sys/socket.h>
#include <sys/syscall.h>
#include <unistd.h>

Loading…
Cancel
Save