various corrections in pkg/volume

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-09-16 16:42:06 +05:30
parent 0f582f7c3f
commit f22a74aa6a
18 changed files with 30 additions and 30 deletions

View File

@@ -770,7 +770,7 @@ func (r *rbdVolumeDeleter) Delete() error {
return r.manager.DeleteImage(r)
}
// rbd implmenets volume.Volume interface.
// rbd implements volume.Volume interface.
// It's embedded in Mounter/Unmounter/Deleter.
type rbd struct {
volName string