summaryrefslogtreecommitdiffhomepage
path: root/g3doc/architecture_guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'g3doc/architecture_guide/README.md')
-rw-r--r--g3doc/architecture_guide/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/g3doc/architecture_guide/README.md b/g3doc/architecture_guide/README.md
index ce4c4ae69..1364a5358 100644
--- a/g3doc/architecture_guide/README.md
+++ b/g3doc/architecture_guide/README.md
@@ -3,8 +3,8 @@
gVisor provides a virtualized environment in order to sandbox untrusted
containers. The system interfaces normally implemented by the host kernel are
moved into a distinct, per-sandbox user space kernel in order to minimize the
-risk of an exploit. gVisor does not introduce large fixed overheads however,
-and still retains a process-like model with respect to resource utilization.
+risk of an exploit. gVisor does not introduce large fixed overheads however, and
+still retains a process-like model with respect to resource utilization.
## How is this different?