From 43f805b7bdda7a5b491d34611f85c249a63d7f97 Mon Sep 17 00:00:00 2001 From: Seungcheol Ko Date: Thu, 19 Jul 2018 21:01:09 +0900 Subject: [PATCH] Fix a typo in csiPlugin comment --- pkg/volume/csi/csi_plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/csi/csi_plugin.go b/pkg/volume/csi/csi_plugin.go index d1b25cc17ee..5eba4f79c4b 100644 --- a/pkg/volume/csi/csi_plugin.go +++ b/pkg/volume/csi/csi_plugin.go @@ -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 }