mirror of https://github.com/grpc/grpc-go.git
fix lbpb package name typo (#3290)
This commit is contained in:
parent
5f3da2a013
commit
5bc9b325fa
|
@ -29,7 +29,7 @@ import (
|
||||||
"google.golang.org/grpc/status"
|
"google.golang.org/grpc/status"
|
||||||
)
|
)
|
||||||
|
|
||||||
// rpcStats is same as lbmpb.ClientStats, except that numCallsDropped is a map
|
// rpcStats is same as lbpb.ClientStats, except that numCallsDropped is a map
|
||||||
// instead of a slice.
|
// instead of a slice.
|
||||||
type rpcStats struct {
|
type rpcStats struct {
|
||||||
// Only access the following fields atomically.
|
// Only access the following fields atomically.
|
||||||
|
|
Loading…
Reference in New Issue