Procházet zdrojové kódy

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

Fix a comment error
Brian Goff před 8 roky
rodič
revize
d8a7b13cd6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      volume/store/store.go

+ 1 - 1
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