aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-21 15:37:55 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-21 15:37:55 -0800
commitdedbae744a6c8d816daeb42b1b080398d1b9d2c5 (patch)
tree592b0bcec3559d34327afd54d7165963ae95f14a /include
parent6a6e4a137021a74dda7bd7c2430c890a289febe8 (diff)
Typo fix
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/port_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/support/port_platform.h b/include/grpc/support/port_platform.h
index 8eb23e5eff..118a919aee 100644
--- a/include/grpc/support/port_platform.h
+++ b/include/grpc/support/port_platform.h
@@ -132,8 +132,8 @@
#error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WIN32
#endif
-#if defined(GPR_POSIX_MULTIPOLL_WITH_POLL) && !defined(GPR_POSIX_POLLSET)
-#error Must define GPR_POSIX_POLLSET to use GPR_POSIX_MULTIPOLL_WITH_POLL
+#if defined(GPR_POSIX_MULTIPOLL_WITH_POLL) && !defined(GPR_POSIX_SOCKET)
+#error Must define GPR_POSIX_SOCKET to use GPR_POSIX_MULTIPOLL_WITH_POLL
#endif
#if defined(GPR_POSIX_SOCKET) + defined(GPR_WIN32) != 1