From 6de91d47e3b1173da025416c2268baaa64c63c56 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Sat, 13 Jan 2024 13:28:12 +1100 Subject: [PATCH] README typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f4bfaf..a5548c61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The purpose of this project is to make it easy to run virtual machines on top of the seL4 microkernel. This project contains three parts: -* `src/`: The source code of libvmm, a library for virtual-machime-monitors (VMM) to create and manage virtual machines on seL4. +* `src/`: The source code of libvmm, a library for virtual-machine-monitors (VMM) to create and manage virtual machines on seL4. * `examples/`: Examples for using libvmm. * `tools/`: Tools that are useful when developing systems using virtual machines, but are not necessary for using the library.