fix typo in libcontainerd/client.go
Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
parent
24e9ac1575
commit
39a24019e3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ type clientCommon struct {
|
|||
backend Backend
|
||||
containers map[string]*container
|
||||
locker *locker.Locker
|
||||
mapMutex sync.RWMutex // protects read/write oprations from containers map
|
||||
mapMutex sync.RWMutex // protects read/write operations from containers map
|
||||
}
|
||||
|
||||
func (clnt *client) lock(containerID string) {
|
||||
|
|
Loading…
Reference in a new issue