From 9ada8c972e43e0c3e144b432fe57d95f823a1847 Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Fri, 29 May 2020 11:27:00 -0700 Subject: Fix the smallest of typos. PiperOrigin-RevId: 313817646 --- pkg/sentry/fsimpl/kernfs/kernfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3