removed unnecessary comment

This commit is contained in:
Zaid Humayun 2025-06-02 19:34:19 +05:30
parent 8e6fb1d28f
commit 33fc60232c

View file

@ -1075,7 +1075,7 @@ impl PtrmapType {
#[derive(Debug, Clone, Copy)]
pub struct PtrmapEntry {
pub entry_type: PtrmapType,
pub parent_page_no: u32, // Page number of the parent/owner. 0 for some types.
pub parent_page_no: u32,
}
impl PtrmapEntry {