aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-09-11 14:33:40 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-09-11 14:33:40 -0700
commit157e7fa03e600a4156a2913f8f645c5af4270408 (patch)
tree9c86b7d2849d3e1550046e75e40babb5e2a9614e /include/grpc
parente914bbac72e866db04600d123e37e0087a08d5f7 (diff)
fix clang tidy
Diffstat (limited to 'include/grpc')
-rw-r--r--include/grpc/grpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index ce421e93bd..3ef95ff462 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -500,7 +500,7 @@ GRPCAPI const grpc_arg_pointer_vtable* grpc_resource_quota_arg_vtable(void);
GRPCAPI char* grpc_channelz_get_top_channels(intptr_t start_channel_id);
/* Gets all servers that exist in the process. */
-GRPCAPI char* grpc_channelz_get_servers(intptr_t start_channel_id);
+GRPCAPI char* grpc_channelz_get_servers(intptr_t start_server_id);
/* Returns a single Channel, or else a NOT_FOUND code. The returned string
is allocated and must be freed by the application. */