aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/vcpu.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcpu.rs')
-rw-r--r--src/vcpu.rs2
1 files changed, 1 insertions, 1 deletions
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.