aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-04-25 13:07:41 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-04-25 13:07:41 -0700
commit482ce5e3a4c8103dbdd20f02c9223b821075dc00 (patch)
tree37fe991147ec0469bb4b2ecaa07cade0b1a00703 /src/core/lib
parentd5c6eca64b4f6a36b2477e06e7e6f80e2992907d (diff)
Fix typo
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/iomgr/resolve_address_windows.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/resolve_address_windows.c b/src/core/lib/iomgr/resolve_address_windows.c
index a65089c017..914736234d 100644
--- a/src/core/lib/iomgr/resolve_address_windows.c
+++ b/src/core/lib/iomgr/resolve_address_windows.c
@@ -167,8 +167,8 @@ static void resolve_address_impl(grpc_exec_ctx *exec_ctx, const char *name,
grpc_executor_enqueue(&r->request_closure, 1);
}
-void (*grpc_resolved_address)(grpc_exec_ctx *exec_ctx, const char *name,
- const char *default_port, grpc_resolve_cb cb,
- void *arg) = resolve_address_impl;
+void (*grpc_resolve_address)(grpc_exec_ctx *exec_ctx, const char *name,
+ const char *default_port, grpc_resolve_cb cb,
+ void *arg) = resolve_address_impl;
#endif