Commit c1b412d5 authored by Eric Paris's avatar Eric Paris

Merge pull request #8058 from pmorie/typo

Fix typo in nsenter_mount.go
parents 630aed6d 14243d3b
...@@ -73,7 +73,7 @@ func (*NsenterMounter) Mount(source string, target string, fstype string, option ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment