Skip to content

Commit 12aaf88

Browse files
authored
Fix comment's typo (#12045)
1 parent 25199e9 commit 12aaf88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/src/main/java/io/grpc/InternalConfigSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public abstract class InternalConfigSelector {
3535
= Attributes.Key.create("internal:io.grpc.config-selector");
3636

3737
// Use PickSubchannelArgs for SelectConfigArgs for now. May change over time.
38-
/** Selects the config for an PRC. */
38+
/** Selects the config for an RPC. */
3939
public abstract Result selectConfig(LoadBalancer.PickSubchannelArgs args);
4040

4141
public static final class Result {

core/src/main/java/io/grpc/internal/RetriableStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public void runWith(Substream substream) {
382382
}
383383
}
384384

385-
/** Starts the first PRC attempt. */
385+
/** Starts the first RPC attempt. */
386386
@Override
387387
public final void start(ClientStreamListener listener) {
388388
masterListener = listener;

xds/src/main/java/io/grpc/xds/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

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

0 commit comments

Comments
 (0)