From 32aa0f5465832c437a9de83c1c1a04b615d68122 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Tue, 24 Jul 2018 13:24:51 -0700 Subject: Typo fix. PiperOrigin-RevId: 205880843 Change-Id: If2272b25f08a18ebe9b6309a1032dd5cdaa59866 --- pkg/sentry/fs/ramfs/ramfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sentry/fs') 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. -- cgit v1.2.3