We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87ee79 commit 771afdeCopy full SHA for 771afde
src/lib.rs
@@ -26,7 +26,7 @@
26
//! In this example we are creating a Virtual Machine (VM) with one vCPU.
27
//! On the vCPU we are running machine specific code. This example is based on
28
//! the [LWN article](https://lwn.net/Articles/658511/) on using the KVM API.
29
-//! The aarch64 example was modfied accordingly.
+//! The aarch64 example was modified accordingly.
30
//!
31
//! To get code running on the vCPU we are going through the following steps:
32
0 commit comments