Skip to content

Commit 6d94a46

Browse files
mrjbomFreax13
andcommitted
More precise comments in TaskStateSegment
Co-authored-by: Tom Dohrmann <[email protected]>
1 parent a9187de commit 6d94a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/tss.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct TaskStateSegment {
1515
pub privilege_stack_table: [VirtAddr; 3],
1616
reserved_2: u64,
1717
/// The full 64-bit canonical forms of the interrupt stack table (IST) pointers.
18-
/// The stack pointers used to load the stack when an entry in the Interrupt Descriptor Table has an IST value other than 0.
18+
/// The stack pointers used when an entry in the Interrupt Descriptor Table has an IST value other than 0.
1919
pub interrupt_stack_table: [VirtAddr; 7],
2020
reserved_3: u64,
2121
reserved_4: u16,

0 commit comments

Comments
 (0)