From 9a003835f9750630c8acef2f7453eb7c134863b1 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 10 Sep 2020 02:59:19 -0700 Subject: Fix typo, remove duplicate word. PiperOrigin-RevId: 330898705 --- g3doc/architecture_guide/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3