Fix comment's typo (#12045)

This commit is contained in:
Kim Jin Young 2025-05-06 02:02:31 +09:00 committed by GitHub
parent 25199e9df9
commit 12aaf88d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ public abstract class InternalConfigSelector {
= Attributes.Key.create("internal:io.grpc.config-selector"); = Attributes.Key.create("internal:io.grpc.config-selector");
// Use PickSubchannelArgs for SelectConfigArgs for now. May change over time. // Use PickSubchannelArgs for SelectConfigArgs for now. May change over time.
/** Selects the config for an PRC. */ /** Selects the config for an RPC. */
public abstract Result selectConfig(LoadBalancer.PickSubchannelArgs args); public abstract Result selectConfig(LoadBalancer.PickSubchannelArgs args);
public static final class Result { public static final class Result {

View File

@ -382,7 +382,7 @@ abstract class RetriableStream<ReqT> implements ClientStream {
} }
} }
/** Starts the first PRC attempt. */ /** Starts the first RPC attempt. */
@Override @Override
public final void start(ClientStreamListener listener) { public final void start(ClientStreamListener listener) {
masterListener = listener; masterListener = listener;

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* Library for gPRC proxyless service mesh using Envoy xDS protocol. * Library for gRPC proxyless service mesh using Envoy xDS protocol.
* *
* <p>The package currently includes a name resolver plugin and a family of load balancer plugins. * <p>The package currently includes a name resolver plugin and a family of load balancer plugins.
* A gRPC channel for a target with {@code "xds:"} scheme will load the plugins and a * A gRPC channel for a target with {@code "xds:"} scheme will load the plugins and a