From e5a607cf01477d671a7fb225b9b59ede2fb08d6d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 11 Apr 2024 14:03:35 -0700 Subject: [PATCH] fix typo (#148) --- grpc/channelz/v1/channelz.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc/channelz/v1/channelz.proto b/grpc/channelz/v1/channelz.proto index d0781094..f4c7a034 100644 --- a/grpc/channelz/v1/channelz.proto +++ b/grpc/channelz/v1/channelz.proto @@ -57,7 +57,7 @@ message Channel { } // Subchannel is a logical grouping of channels, subchannels, and sockets. -// A subchannel is load balanced over by it's ancestor +// A subchannel is load balanced over by its ancestor message Subchannel { // The identifier for this channel. SubchannelRef ref = 1;