aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/vm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm.rs')
-rw-r--r--src/vm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm.rs b/src/vm.rs
index 95caf3c..2cd1643 100644
--- a/src/vm.rs
+++ b/src/vm.rs
@@ -26,7 +26,7 @@ impl Vm {
/// Map memory from userspace into the VM as `guest physical` memory starting at address
/// `phys_addr`.
- /// The underlying operation is the [`KVM_SET_USER_MEMORY_REGION`][kmv-set-user-memory-region]
+ /// The underlying operation is the [`KVM_SET_USER_MEMORY_REGION`][kvm-set-user-memory-region]
/// ioctl.
///
/// # Safety