From 6edfa1ba659319752cd3e0d24566a19de80cdac7 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 16 Apr 2022 22:00:40 +0200 Subject: fix vcpu/vm doc --- src/vm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm.rs') 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 -- cgit v1.2.3