Skip to content

Commit ffc6ed2

Browse files
committed
fix typo
1 parent cd9ee43 commit ffc6ed2

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
@@ -466,7 +466,7 @@ pub trait Mapper<S: PageSize> {
466466
///
467467
/// ## Safety
468468
/// The caller has to guarantee that it's safe to deallocate frames:
469-
/// All unmapped frames must only be only in this page table.
469+
/// All unmapped frames must only be in this page table.
470470
unsafe fn unmap_range<D>(
471471
&mut self,
472472
pages: PageRange<S>,

0 commit comments

Comments
 (0)