Skip to content

Commit b348f50

Browse files
authored
Merge pull request #555 from mkroening/offset_page_table-typo
docs(offset_page_table): fix typo
2 parents cb0f41d + cac476d commit b348f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/paging/mapper/offset_page_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use crate::structures::paging::{mapper::*, page_table::PageTable};
44

5-
/// A Mapper implementation that requires that the complete physically memory is mapped at some
5+
/// A Mapper implementation that requires that the complete physical memory is mapped at some
66
/// offset in the virtual address space.
77
#[derive(Debug)]
88
pub struct OffsetPageTable<'a> {

0 commit comments

Comments
 (0)