mirror of https://github.com/grpc/grpc-go.git
mem: fix comment typo (#7482)
This commit is contained in:
parent
e524655bec
commit
c8716e591a
|
@ -156,7 +156,7 @@ func (p *simpleBufferPool) Get(size int) []byte {
|
|||
return (*bs)[:size]
|
||||
}
|
||||
|
||||
// A buffer was pulled from the pool, but it is tool small. Put it back in
|
||||
// A buffer was pulled from the pool, but it is too small. Put it back in
|
||||
// the pool and create one large enough.
|
||||
if ok {
|
||||
p.pool.Put(bs)
|
||||
|
|
Loading…
Reference in New Issue