File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/structures/paging/mapper Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ impl<'a> RecursivePageTable<'a> {
54
54
/// because allocating the last byte of the address space can lead to pointer
55
55
/// overflows and undefined behavior. For more details, see the discussions
56
56
/// [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/136281-t-opsem/topic/end-of-address-space)
57
- /// and [in the `unsafe-code-guidelines ` repo]https://github.com/rust-lang/unsafe-code-guidelines/issues/420).
57
+ /// and [in the `unsafe-code-guidelines ` repo]( https://github.com/rust-lang/unsafe-code-guidelines/issues/420).
58
58
#[ inline]
59
59
pub fn new ( table : & ' a mut PageTable ) -> Result < Self , InvalidPageTable > {
60
60
let page = Page :: containing_address ( VirtAddr :: new ( table as * const _ as u64 ) ) ;
You can’t perform that action at this time.
0 commit comments