Skip to content

Commit

Permalink
Merge pull request #30060 from xulike666/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in libcontainerd/client.go
  • Loading branch information
cpuguy83 authored Jan 11, 2017
2 parents 66aba12 + 39a2401 commit c38bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainerd/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c38bb7a

Please sign in to comment.