aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/port_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/port_platform.h')
-rw-r--r--include/grpc/support/port_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/port_platform.h b/include/grpc/support/port_platform.h
index 9b639cf82d..41185dbf64 100644
--- a/include/grpc/support/port_platform.h
+++ b/include/grpc/support/port_platform.h
@@ -199,7 +199,7 @@
#endif
#if defined(GPR_POSIX_SOCKET) + defined(GPR_WIN32) != 1
-#error Must define exactly one of GPR_POSIX_POLLSET, GPR_WIN32
+#error Must define exactly one of GPR_POSIX_SOCKET, GPR_WIN32
#endif
typedef int16_t gpr_int16;