fix typo in code comment
This commit is contained in:
parent
b496fea4ad
commit
7e1a4885e1
|
@ -196,7 +196,7 @@ func (i *InmemBackend) FailDelete(fail bool) {
|
|||
atomic.StoreUint32(i.failDelete, val)
|
||||
}
|
||||
|
||||
// List is used ot list all the keys under a given
|
||||
// List is used to list all the keys under a given
|
||||
// prefix, up to the next prefix.
|
||||
func (i *InmemBackend) List(ctx context.Context, prefix string) ([]string, error) {
|
||||
i.permitPool.Acquire()
|
||||
|
|
Loading…
Reference in New Issue