fix lbpb package name typo (#3290)

This commit is contained in:
Ning Xie 2020-01-03 04:10:08 +08:00 committed by Easwar Swaminathan
parent 5f3da2a013
commit 5bc9b325fa
1 changed files with 1 additions and 1 deletions

View File

@ -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.