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.
2 parents cb0f41d + cac476d commit b348f50Copy full SHA for b348f50
src/structures/paging/mapper/offset_page_table.rs
@@ -2,7 +2,7 @@
2
3
use crate::structures::paging::{mapper::*, page_table::PageTable};
4
5
-/// A Mapper implementation that requires that the complete physically memory is mapped at some
+/// A Mapper implementation that requires that the complete physical memory is mapped at some
6
/// offset in the virtual address space.
7
#[derive(Debug)]
8
pub struct OffsetPageTable<'a> {
0 commit comments