diff options
author | Kevin Krakauer <krakauer@google.com> | 2018-07-24 13:24:51 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-24 13:26:06 -0700 |
commit | 32aa0f5465832c437a9de83c1c1a04b615d68122 (patch) | |
tree | 83156ccedbed7eae786a521c54c682436c8859f7 /pkg/sentry/fs/ramfs | |
parent | da48c04d0df4bb044624cc3e7003ab3e973336de (diff) |
Typo fix.
PiperOrigin-RevId: 205880843
Change-Id: If2272b25f08a18ebe9b6309a1032dd5cdaa59866
Diffstat (limited to 'pkg/sentry/fs/ramfs')
-rw-r--r-- | pkg/sentry/fs/ramfs/ramfs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/ramfs/ramfs.go b/pkg/sentry/fs/ramfs/ramfs.go index 90b6c9a4f..d6cfaf753 100644 --- a/pkg/sentry/fs/ramfs/ramfs.go +++ b/pkg/sentry/fs/ramfs/ramfs.go @@ -36,7 +36,7 @@ var ( // ErrInvalidOp indicates the operation is not valid. ErrInvalidOp = errors.New("invalid operation") - // ErrDenied indicates the operation was denid. + // ErrDenied indicates the operation was denied. ErrDenied = errors.New("operation denied") // ErrNotFound indicates that a node was not found on a walk. |