From 14243d3bd686cd79030a3be6a0b903430312e680 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Mon, 11 May 2015 11:41:01 -0400 Subject: [PATCH] Fix typo in nsenter_mount.go --- pkg/util/mount/nsenter_mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/mount/nsenter_mount.go b/pkg/util/mount/nsenter_mount.go index 197f57efaa1..0d5dae381fe 100644 --- a/pkg/util/mount/nsenter_mount.go +++ b/pkg/util/mount/nsenter_mount.go @@ -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)