Skip to content

Commit f9c352b

Browse files
mrjbomFreax13
authored andcommitted
Minor clarification
1 parent 3943178 commit f9c352b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub mod tss;
1515
#[derive(Debug, Clone, Copy)]
1616
#[repr(C, packed(2))]
1717
pub struct DescriptorTablePointer {
18-
/// Size of the DT.
18+
/// Size of the DT in bytes - 1.
1919
pub limit: u16,
2020
/// Pointer to the memory region containing the DT.
2121
pub base: VirtAddr,

0 commit comments

Comments
 (0)