aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/iomgr_custom.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-03-26 05:51:52 -0700
committerGravatar GitHub <noreply@github.com>2018-03-26 05:51:52 -0700
commitad9ec9e017fcac54157a4b39e5016c4ea1e28f44 (patch)
treea06740b8fef43cb926c953cad01d90c7a22dc0fd /src/core/lib/iomgr/iomgr_custom.h
parenta181e8d91d8c692c95a5325c1f17d0f2fee57248 (diff)
Fix an ifdef comment
Diffstat (limited to 'src/core/lib/iomgr/iomgr_custom.h')
-rw-r--r--src/core/lib/iomgr/iomgr_custom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/iomgr_custom.h b/src/core/lib/iomgr/iomgr_custom.h
index ceb6c65db2..57cc2f9b92 100644
--- a/src/core/lib/iomgr/iomgr_custom.h
+++ b/src/core/lib/iomgr/iomgr_custom.h
@@ -37,7 +37,7 @@ extern gpr_thd_id g_init_thread;
GPR_ASSERT(gpr_thd_currentid() == g_init_thread)
#else
#define GRPC_CUSTOM_IOMGR_ASSERT_SAME_THREAD()
-#endif /* GRPC_UV_THREAD_CHECK */
+#endif /* GRPC_CUSTOM_IOMGR_THREAD_CHECK */
void grpc_custom_iomgr_init(grpc_socket_vtable* socket,
grpc_custom_resolver_vtable* resolver,