diff options
author | Dean Deng <deandeng@google.com> | 2020-05-29 11:27:00 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-29 11:35:09 -0700 |
commit | 9ada8c972e43e0c3e144b432fe57d95f823a1847 (patch) | |
tree | f3787920d45e392594ac88d633825e9b28d1ec61 /pkg | |
parent | 04a1f431e392f62639ef13245ac8e7006c0e5af4 (diff) |
Fix the smallest of typos.
PiperOrigin-RevId: 313817646
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sentry/fsimpl/kernfs/kernfs.go | 2 |
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. |