1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #28367 from miaoyq/fix-a-comment-err

Fix a comment error
Upstream-commit: d8a7b13cd60499c72ad4d506fd7b6943b225e915
Component: engine
This commit is contained in:
Brian Goff
2016-11-13 21:12:59 -05:00
committed by GitHub

View File

@@ -142,7 +142,7 @@ func (s *VolumeStore) Purge(name string) {
type VolumeStore struct {
locks *locker.Locker
globalLock sync.Mutex
// names stores the volume name -> driver name relationship.
// names stores the volume name -> volume relationship.
// This is used for making lookups faster so we don't have to probe all drivers
names map[string]volume.Volume
// refs stores the volume name and the list of things referencing it