mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Correct a typo
From concurrrent to concurrent
This commit is contained in:
parent
4f29960cb2
commit
c86b6d1ec5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user