aboutsummaryrefslogtreecommitdiff
path: root/src/long_mode/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/long_mode/display.rs')
-rw-r--r--src/long_mode/display.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/long_mode/display.rs b/src/long_mode/display.rs
index 56c4ebd..7c344b7 100644
--- a/src/long_mode/display.rs
+++ b/src/long_mode/display.rs
@@ -3272,7 +3272,7 @@ pub enum DisplayStyle {
// ATT,
}
-/// Implementation of [`Display`](fmt::Display) that renders instructions using a specified display
+/// implementation of [`Display`](fmt::Display) that renders instructions using a specified display
/// style.
pub struct InstructionDisplayer<'instr> {
pub(crate) instr: &'instr Instruction,