We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd338a commit 629cde9Copy full SHA for 629cde9
src/mmap/mod.rs
@@ -171,7 +171,7 @@ impl<B: Bitmap> GuestMemoryRegionBytes for GuestRegionMmap<B> {}
171
/// virtual address space of the calling process.
172
pub type GuestMemoryMmap<B = ()> = GuestRegionCollection<GuestRegionMmap<B>>;
173
174
-/// Errors that can happen during [`GuestMemoryMap::from_ranges`] and related functions.
+/// Errors that can happen during [`GuestMemoryMmap::from_ranges`] and related functions.
175
#[derive(Debug, thiserror::Error)]
176
pub enum FromRangesError {
177
/// Error during construction of [`GuestMemoryMmap`]
0 commit comments