Skip to content

Commit 70e2df2

Browse files
committed
fix typo
1 parent 740d205 commit 70e2df2

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

0 commit comments

Comments
 (0)