Skip to content

Commit a81714b

Browse files
committed
Fix Typo
Signed-off-by: Joe Richey <[email protected]>
1 parent c47d482 commit a81714b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instructions/segmentation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ macro_rules! segment64_impl {
121121
///
122122
/// The segment base and limit are unused in 64-bit mode. Only the L (long), D
123123
/// (default operation size), and DPL (descriptor privilege-level) fields of the
124-
/// descriptor are recognized. So chaning the segment register can be used to
124+
/// descriptor are recognized. So changing the segment register can be used to
125125
/// change privilege level or enable/disable long mode.
126126
#[derive(Debug)]
127127
pub struct CS;

0 commit comments

Comments
 (0)