Skip to content

Commit 2deaefa

Browse files
committed
fix typo
1 parent 7a00802 commit 2deaefa

File tree

1 file changed

+1
-1
lines changed
  • src/structures/paging/mapper

1 file changed

+1
-1
lines changed

src/structures/paging/mapper/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ pub trait Mapper<S: PageSize> {
464464
///
465465
/// ## Safety
466466
/// The caller has to guarantee that it's safe to deallocate frames:
467-
/// All unmapped frames must only be only in this page table.
467+
/// All unmapped frames must only be in this page table.
468468
unsafe fn unmap_range<D>(
469469
&mut self,
470470
pages: PageRange<S>,

0 commit comments

Comments
 (0)