From a7415e04bd1cdf6316b6cf74f74f881321352d30 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 24 Feb 2022 22:39:02 +0000 Subject: [PATCH] ARCHITECTURE.md: fix repeated word typo Bug: N/A Test: N/A Change-Id: Ibd4b4077eb0e9c83e0907fbb63d05642f6684f9f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3488163 Reviewed-by: Dennis Kempin Tested-by: kokoro Commit-Queue: Steven Moreland --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 91df4773ff..bae315f4f9 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -51,7 +51,7 @@ separation in case a device becomes compromised by a malicious guest. For exampl that is able to allocate MSI routes would not be able to use the same socket to (de)register guest memory. During the device initialization stage, each device that requires some aspect of VM control will have a constructor that requires the corresponding control socket. The control socket will get -preserved when the device is sandboxed and and the other side of the socket will be waited on in the +preserved when the device is sandboxed and the other side of the socket will be waited on in the main process's control loop. The socket exposed by crosvm with the `--socket` command line argument is another form of the VM