From 6d94a4696e710d8ca72e79b78c5d4afad58682c9 Mon Sep 17 00:00:00 2001 From: mrjbom <37502620+mrjbom@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:37:28 +0300 Subject: [PATCH] More precise comments in TaskStateSegment Co-authored-by: Tom Dohrmann --- src/structures/tss.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/tss.rs b/src/structures/tss.rs index d0689d45..cbfeff47 100644 --- a/src/structures/tss.rs +++ b/src/structures/tss.rs @@ -15,7 +15,7 @@ pub struct TaskStateSegment { pub privilege_stack_table: [VirtAddr; 3], reserved_2: u64, /// The full 64-bit canonical forms of the interrupt stack table (IST) pointers. - /// The stack pointers used to load the stack when an entry in the Interrupt Descriptor Table has an IST value other than 0. + /// The stack pointers used when an entry in the Interrupt Descriptor Table has an IST value other than 0. pub interrupt_stack_table: [VirtAddr; 7], reserved_3: u64, reserved_4: u16,