Fix typo in security doc

with -> will
This commit is contained in:
Ian Gudger
2019-04-02 11:36:47 -07:00
committed by Adin Scannell
parent 882a3a914e
commit 6929bdac33
+1 -1
View File
@@ -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, its 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