summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-05-29 18:50:56 +0000
committergVisor bot <gvisor-bot@google.com>2020-05-29 18:50:56 +0000
commit7aaa3858583aa17394d235d0fadd531c52700d2c (patch)
treeeefe6eaeafb4b9300d5609d538e13c5b8be75e7e /pkg/sentry/fsimpl
parentba529e1a4a55ad8a6ac8ff79082c60e9790a8724 (diff)
parent9ada8c972e43e0c3e144b432fe57d95f823a1847 (diff)
Merge release-20200522.0-31-g9ada8c97 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl')
-rw-r--r--pkg/sentry/fsimpl/kernfs/kernfs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/kernfs/kernfs.go b/pkg/sentry/fsimpl/kernfs/kernfs.go
index 682545994..3f1220791 100644
--- a/pkg/sentry/fsimpl/kernfs/kernfs.go
+++ b/pkg/sentry/fsimpl/kernfs/kernfs.go
@@ -239,7 +239,7 @@ func (d *Dentry) Watches() *vfs.Watches {
// InsertChild inserts child into the vfs dentry cache with the given name under
// this dentry. This does not update the directory inode, so calling this on
-// it's own isn't sufficient to insert a child into a directory. InsertChild
+// its own isn't sufficient to insert a child into a directory. InsertChild
// updates the link count on d if required.
//
// Precondition: d must represent a directory inode.