diff options
Diffstat (limited to 'src/long_mode')
-rw-r--r-- | src/long_mode/uarch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/long_mode/uarch.rs b/src/long_mode/uarch.rs index 4ade835..258bb30 100644 --- a/src/long_mode/uarch.rs +++ b/src/long_mode/uarch.rs @@ -219,7 +219,7 @@ pub mod intel { } /// `Kaby Lake` was the successor to `Sky Lake`, launched in 2016. it adds no extensions to - /// x86_64 implementaiton beyond `skylake`. + /// x86_64 implementation beyond `skylake`. pub fn kabylake() -> InstDecoder { skylake() } |