Fix a typo in csiPlugin comment

This commit is contained in:
Seungcheol Ko 2018-07-19 21:01:09 +09:00
parent 357decc9db
commit 43f805b7bd

View File

@ -269,7 +269,7 @@ func (p *csiPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.S
func (p *csiPlugin) SupportsMountOption() bool {
// TODO (vladimirvivien) use CSI VolumeCapability.MountVolume.mount_flags
// to probe for the result for this method:w
// to probe for the result for this method
return false
}