fix lbpb package name typo (#3290)
This commit is contained in:

committed by
Easwar Swaminathan

parent
5f3da2a013
commit
5bc9b325fa
@ -29,7 +29,7 @@ import (
|
||||
"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.
|
||||
type rpcStats struct {
|
||||
// Only access the following fields atomically.
|
||||
|
Reference in New Issue
Block a user