mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix doc typo
PiperOrigin-RevId: 244773890 Change-Id: I2d0cd7789771276ba545b38efff6d3e24133baaa
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user