File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,12 @@ impl MemoryRegion {
115
115
pub struct FrameRange {
116
116
/// The frame _number_ of the first 4KiB frame in the region.
117
117
///
118
- /// This convert this frame number to a physical address, multiply it with the
118
+ /// To convert this frame number to a physical address, multiply it with the
119
119
/// page size (4KiB).
120
120
pub start_frame_number : u64 ,
121
121
/// The frame _number_ of the first 4KiB frame that does no longer belong to the region.
122
122
///
123
- /// This convert this frame number to a physical address, multiply it with the
123
+ /// To convert this frame number to a physical address, multiply it with the
124
124
/// page size (4KiB).
125
125
pub end_frame_number : u64 ,
126
126
}
You can’t perform that action at this time.
0 commit comments