summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/ramfs
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2018-07-24 13:24:51 -0700
committerShentubot <shentubot@google.com>2018-07-24 13:26:06 -0700
commit32aa0f5465832c437a9de83c1c1a04b615d68122 (patch)
tree83156ccedbed7eae786a521c54c682436c8859f7 /pkg/sentry/fs/ramfs
parentda48c04d0df4bb044624cc3e7003ab3e973336de (diff)
Typo fix.
PiperOrigin-RevId: 205880843 Change-Id: If2272b25f08a18ebe9b6309a1032dd5cdaa59866
Diffstat (limited to 'pkg/sentry/fs/ramfs')
-rw-r--r--pkg/sentry/fs/ramfs/ramfs.go2
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.