diff --git a/pkg/sentry/fs/fs.go b/pkg/sentry/fs/fs.go index 36f263235..119689776 100644 --- a/pkg/sentry/fs/fs.go +++ b/pkg/sentry/fs/fs.go @@ -155,7 +155,7 @@ type ErrCorruption struct { Err error } -// Error returns a sensible description of the save rejection error. +// Error returns a sensible description of the restore error. func (e ErrCorruption) Error() string { return "restore failed due to external file system state in corruption: " + e.Err.Error() }