mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Fix typo in nsenter_mount.go
This commit is contained in:
parent
630aed6db1
commit
14243d3bd6
@ -73,7 +73,7 @@ func (*NsenterMounter) Mount(source string, target string, fstype string, option
|
|||||||
return doNsenterMount(source, target, fstype, options)
|
return doNsenterMount(source, target, fstype, options)
|
||||||
}
|
}
|
||||||
|
|
||||||
// doNsenterMount nsenter's the host's mount namespace and performs the
|
// doNsenterMount nsenters the host's mount namespace and performs the
|
||||||
// requested mount.
|
// requested mount.
|
||||||
func doNsenterMount(source, target, fstype string, options []string) error {
|
func doNsenterMount(source, target, fstype string, options []string) error {
|
||||||
glog.V(5).Infof("nsenter Mounting %s %s %s %v", source, target, fstype, options)
|
glog.V(5).Infof("nsenter Mounting %s %s %s %v", source, target, fstype, options)
|
||||||
|
Loading…
Reference in New Issue
Block a user