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/vcpu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vcpu.rs') diff --git a/src/vcpu.rs b/src/vcpu.rs index 239c663..f0d311e 100644 --- a/src/vcpu.rs +++ b/src/vcpu.rs @@ -5,7 +5,7 @@ use std::io; use crate::{ioctl, kvm_sys, KvmRun}; -/// Exit reasons for the [`Vcpu::kvm_run`][crate::vcpu::Vcpu::kvm_run] function. +/// Exit reasons for the [`Vcpu::run`][crate::vcpu::Vcpu::run] function. /// /// Details for the different exit reasons can be found in the [`kvm_run` /// structure][kvm-run-struct] description. -- cgit v1.2.3