error name change fixup

This commit is contained in:
Pat Hickey
2020-05-21 12:38:06 -07:00
parent 96d6884d33
commit 9f763375de

View File

@@ -40,7 +40,7 @@ impl From<wiggle::GuestError> for Errno {
InFunc { .. } => Self::Inval,
InDataField { .. } => Self::Inval,
SliceLengthsDiffer { .. } => Self::Fault,
BorrowCheckerOOM { .. } => Self::Fault,
BorrowCheckerOutOfHandles { .. } => Self::Fault,
}
}
}