Skip to content

Commit 771afde

Browse files
pierwillalexandruag
authored andcommitted
Fix typo in crate documentation
Signed-off-by: pierwill <[email protected]>
1 parent f87ee79 commit 771afde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//! In this example we are creating a Virtual Machine (VM) with one vCPU.
2727
//! On the vCPU we are running machine specific code. This example is based on
2828
//! the [LWN article](https://lwn.net/Articles/658511/) on using the KVM API.
29-
//! The aarch64 example was modfied accordingly.
29+
//! The aarch64 example was modified accordingly.
3030
//!
3131
//! To get code running on the vCPU we are going through the following steps:
3232
//!

0 commit comments

Comments
 (0)