Merge pull request #78979 from Lah123/patch-1

Correct a typo 'concurrrent'
This commit is contained in:
Kubernetes Prow Robot
2019-06-15 03:46:36 -07:00
committed by GitHub

View File

@@ -503,7 +503,7 @@ func (c *cinderVolumeUnmounter) TearDownAt(dir string) error {
c.pdName = path.Base(refs[0])
klog.V(4).Infof("Found volume %s mounted to %s", c.pdName, dir)
// lock the volume (and thus wait for any concurrrent SetUpAt to finish)
// lock the volume (and thus wait for any concurrent SetUpAt to finish)
c.plugin.volumeLocks.LockKey(c.pdName)
defer c.plugin.volumeLocks.UnlockKey(c.pdName)