Skip to content

Commit 62f99df

Browse files
committed
fix(gdt): typo
1 parent da4f8c4 commit 62f99df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/structures/gdt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl GlobalDescriptorTable {
174174
/// segment registers; you **must** (re)load them yourself using [the appropriate
175175
/// functions](crate::instructions::segmentation):
176176
/// [SS::set_reg](crate::instructions::segmentation::SS::set_reg),
177-
/// [CSS::set_reg](crate::instructions::segmentation::CSS::set_reg).
177+
/// [CS::set_reg](crate::instructions::segmentation::CS::set_reg).
178178
#[cfg(feature = "instructions")]
179179
#[inline]
180180
pub fn load(&'static self) {
@@ -186,7 +186,7 @@ impl GlobalDescriptorTable {
186186
/// segment registers; you **must** (re)load them yourself using [the appropriate
187187
/// functions](crate::instructions::segmentation):
188188
/// [SS::set_reg](crate::instructions::segmentation::SS::set_reg),
189-
/// [CSS::set_reg](crate::instructions::segmentation::CSS::set_reg).
189+
/// [CS::set_reg](crate::instructions::segmentation::CS::set_reg).
190190
///
191191
/// # Safety
192192
///

0 commit comments

Comments
 (0)