We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e9ac1 commit 39a2401Copy full SHA for 39a2401
libcontainerd/client.go
@@ -12,7 +12,7 @@ type clientCommon struct {
12
backend Backend
13
containers map[string]*container
14
locker *locker.Locker
15
- mapMutex sync.RWMutex // protects read/write oprations from containers map
+ mapMutex sync.RWMutex // protects read/write operations from containers map
16
}
17
18
func (clnt *client) lock(containerID string) {
0 commit comments