File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ impl GlobalDescriptorTable {
174
174
/// segment registers; you **must** (re)load them yourself using [the appropriate
175
175
/// functions](crate::instructions::segmentation):
176
176
/// [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).
178
178
#[ cfg( feature = "instructions" ) ]
179
179
#[ inline]
180
180
pub fn load ( & ' static self ) {
@@ -186,7 +186,7 @@ impl GlobalDescriptorTable {
186
186
/// segment registers; you **must** (re)load them yourself using [the appropriate
187
187
/// functions](crate::instructions::segmentation):
188
188
/// [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).
190
190
///
191
191
/// # Safety
192
192
///
You can’t perform that action at this time.
0 commit comments