From df8a5e48de2464fde91b9b34eec20bb97eb0f0b6 Mon Sep 17 00:00:00 2001 From: Yanqiang Miao Date: Mon, 14 Nov 2016 09:55:27 +0800 Subject: [PATCH] Fix a comment error Signed-off-by: Yanqiang Miao (cherry picked from commit 19e2c9177a111758e304ad9dbd0835cddbd840ab) Signed-off-by: Victor Vieux --- volume/store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volume/store/store.go b/volume/store/store.go index eb20993880..881ecbabf1 100644 --- a/volume/store/store.go +++ b/volume/store/store.go @@ -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