summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-07-30 18:29:08 +0000
committergVisor bot <gvisor-bot@google.com>2019-07-30 18:29:08 +0000
commit24c382940aa216e50c3c9ebeb97235fc114cdb94 (patch)
tree4f4f33d5d2ff6f7c20892b919921accc3a933f6d /pkg/sentry/fs
parent3d4eebfac23658dcb2ae23de9f7ba2426383a111 (diff)
parente511c0e05f82c2918501ce1487bf39f8c994dec5 (diff)
Merge e511c0e0 (automated)
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r--pkg/sentry/fs/mounts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/mounts.go b/pkg/sentry/fs/mounts.go
index 693ffc760..728575864 100644
--- a/pkg/sentry/fs/mounts.go
+++ b/pkg/sentry/fs/mounts.go
@@ -678,7 +678,7 @@ func (mns *MountNamespace) ResolveExecutablePath(ctx context.Context, wd, name s
return "", syserror.ENOENT
}
-// GetPath returns the PATH as a slice of strings given the environemnt
+// GetPath returns the PATH as a slice of strings given the environment
// variables.
func GetPath(env []string) []string {
const prefix = "PATH="