Skip to content

Commit 3fc7687

Browse files
committed
fix typo
1 parent 87c8e4c commit 3fc7687

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
@@ -475,7 +475,7 @@ pub trait Mapper<S: PageSize> {
475475
///
476476
/// ## Safety
477477
/// The caller has to guarantee that it's safe to deallocate frames:
478-
/// All unmapped frames must only be only in this page table.
478+
/// All unmapped frames must only be in this page table.
479479
unsafe fn unmap_range<D>(
480480
&mut self,
481481
pages: PageRange<S>,

0 commit comments

Comments
 (0)