aboutsummaryrefslogtreecommitdiff
path: root/src/long_mode/uarch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/long_mode/uarch.rs')
-rw-r--r--src/long_mode/uarch.rs2
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()
}