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 9e0a8d1 commit 0aa78eeCopy full SHA for 0aa78ee
src/structures/paging/page_table.rs
@@ -185,7 +185,7 @@ const ENTRY_COUNT: usize = 512;
185
/// Always page-sized.
186
///
187
/// This struct implements the `Index` and `IndexMut` traits, so the entries can be accessed
188
-/// through index operations. For example, `page_table[15]` returns the 15th page table entry.
+/// through index operations. For example, `page_table[15]` returns the 16th page table entry.
189
190
/// Note that while this type implements [`Clone`], the users must be careful not to introduce
191
/// mutable aliasing by using the cloned page tables.
0 commit comments