diff --git a/src/runtime/virtcontainers/types/capabilities.go b/src/runtime/virtcontainers/types/capabilities.go index 28772f1b7..c035444b6 100644 --- a/src/runtime/virtcontainers/types/capabilities.go +++ b/src/runtime/virtcontainers/types/capabilities.go @@ -53,7 +53,7 @@ func (caps *Capabilities) IsFsSharingSupported() bool { return caps.flags&fsSharingSupported != 0 } -// SetFsSharingUnsupported sets the host filesystem sharing capability to true. +// SetFsSharingSupport sets the host filesystem sharing capability to true. func (caps *Capabilities) SetFsSharingSupport() { caps.flags |= fsSharingSupported }