Merge pull request #8058 from pmorie/typo

Fix typo in nsenter_mount.go
This commit is contained in:
Eric Paris 2015-05-11 10:47:47 -05:00
commit c1b412d593

View File

@ -73,7 +73,7 @@ func (*NsenterMounter) Mount(source string, target string, fstype string, option
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.
func doNsenterMount(source, target, fstype string, options []string) error {
glog.V(5).Infof("nsenter Mounting %s %s %s %v", source, target, fstype, options)