diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-10 02:59:19 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-10 03:12:21 -0700 |
commit | 9a003835f9750630c8acef2f7453eb7c134863b1 (patch) | |
tree | 3888e311abbdca670ddf642997f54b3740aeb10e /g3doc | |
parent | 1ab097b08fc16d67b90f094a4316883c289ef77f (diff) |
Fix typo, remove duplicate word.
PiperOrigin-RevId: 330898705
Diffstat (limited to 'g3doc')
-rw-r--r-- | g3doc/architecture_guide/security.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g3doc/architecture_guide/security.md b/g3doc/architecture_guide/security.md index b99b86332..9363d834c 100644 --- a/g3doc/architecture_guide/security.md +++ b/g3doc/architecture_guide/security.md @@ -104,7 +104,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). The Sentry similarly prevents direct interactions by providing its own implementation of the System API that the -application must interact with. Applications are not able to to directly craft +application must interact with. Applications are not able to directly craft specific arguments or flags for the host System API, or interact directly with host primitives. |