From d6aac9387f6def9fa586f94dca39731fb3f6466d Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 22 Apr 2019 18:17:52 -0700 Subject: Fix doc typo PiperOrigin-RevId: 244773890 Change-Id: I2d0cd7789771276ba545b38efff6d3e24133baaa --- pkg/sentry/fs/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sentry') 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() } -- cgit v1.2.3