From 6929bdac333a64d342b352bf2fdba1435624a4a2 Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Tue, 2 Apr 2019 10:25:41 -0700 Subject: Fix typo in security doc with -> will --- content/docs/architecture_guide/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/architecture_guide/security.md b/content/docs/architecture_guide/security.md index 2dec0765c..9cc146521 100644 --- a/content/docs/architecture_guide/security.md +++ b/content/docs/architecture_guide/security.md @@ -99,7 +99,7 @@ interactions with a guest operating system and a set of virtualized hardware devices. These hardware devices are then implemented via the host System API by a Virtual Machine Monitor (VMM). For both the Sentry and a VMM, it’s worth noting that while direct interactions are minimized, indirect interactions are -still possible. For example, a read on a host-backed file in the Sentry with +still possible. For example, a read on a host-backed file in the Sentry will ultimately result in a host read system call (made by the Sentry, not by passing through arguments from the application), similarly to how a read on a block device in a VMM will often result in a host read system call from the backing -- cgit v1.2.3