Skip to content

Commit 81a3cec

Browse files
josephlrFreax13
andauthored
Fix typo
Co-authored-by: Tom Dohrmann <Erbse.13@gmx.de>
1 parent 43afc59 commit 81a3cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/paging/frame_alloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::structures::paging::{PageSize, PhysFrame};
88
///
99
/// The implementer of this trait must guarantee that the `allocate_frame`
1010
/// method returns only unique unused frames. Otherwise, undefined behavior
11-
/// may result from two caller modifying or deallocating the same frame.
11+
/// may result from two callers modifying or deallocating the same frame.
1212
pub unsafe trait FrameAllocator<S: PageSize> {
1313
/// Allocate a frame of the appropriate size and return it if possible.
1414
fn allocate_frame(&mut self) -> Option<PhysFrame<S>>;

0 commit comments

Comments
 (0)