Fix a typo in csiPlugin comment

pull/8/head
Seungcheol Ko 2018-07-19 21:01:09 +09:00
parent 357decc9db
commit 43f805b7bd
1 changed files with 1 additions and 1 deletions

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
}