Skip to content

Commit a9187de

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

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
@@ -11,7 +11,7 @@ use core::mem::size_of;
1111
pub struct TaskStateSegment {
1212
reserved_1: u32,
1313
/// The full 64-bit canonical forms of the stack pointers (RSP) for privilege levels 0-2.
14-
/// The stack pointers used to load the stack when a privilege level change occurs from a lower privilege level to a higher one.
14+
/// The stack pointers used when a privilege level change occurs from a lower privilege level to a higher one.
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.

0 commit comments

Comments
 (0)