Skip to content

Commit 39a2401

Browse files
committedJan 11, 2017
fix typo in libcontainerd/client.go
Signed-off-by: Aaron.L.Xu <[email protected]>
1 parent 24e9ac1 commit 39a2401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libcontainerd/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type clientCommon struct {
1212
backend Backend
1313
containers map[string]*container
1414
locker *locker.Locker
15-
mapMutex sync.RWMutex // protects read/write oprations from containers map
15+
mapMutex sync.RWMutex // protects read/write operations from containers map
1616
}
1717

1818
func (clnt *client) lock(containerID string) {

0 commit comments

Comments
 (0)