Merge pull request #30060 from xulike666/fix-typo
Fix typo in libcontainerd/client.go Upstream-commit: c38bb7a72517aec4c695d778c857621778edff82 Component: engine
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user