diff options
author | Dean Deng <deandeng@google.com> | 2020-07-23 18:43:20 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-23 18:45:24 -0700 |
commit | bac4ebaabfac95f7b467b9c777a890fcf31a42ae (patch) | |
tree | bd482571fab5f641534454f9c3ef7909989bb091 /pkg/sentry/fsimpl/overlay | |
parent | 82a5cada5944390e738a8b7235fb861965ca40f7 (diff) |
FileDescription is hard to spell.
Fix typos.
PiperOrigin-RevId: 322913282
Diffstat (limited to 'pkg/sentry/fsimpl/overlay')
-rw-r--r-- | pkg/sentry/fsimpl/overlay/non_directory.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/overlay/non_directory.go b/pkg/sentry/fsimpl/overlay/non_directory.go index a3c1f7a8d..6c8445ea1 100644 --- a/pkg/sentry/fsimpl/overlay/non_directory.go +++ b/pkg/sentry/fsimpl/overlay/non_directory.go @@ -176,7 +176,7 @@ func (fd *nonDirectoryFD) SetStat(ctx context.Context, opts vfs.SetStatOptions) return nil } -// StatFS implements vfs.FileDesciptionImpl.StatFS. +// StatFS implements vfs.FileDescriptionImpl.StatFS. func (fd *nonDirectoryFD) StatFS(ctx context.Context) (linux.Statfs, error) { return fd.filesystem().statFS(ctx) } |