diff options
author | Ajilal <ajilal95@gmail.com> | 2021-10-31 17:52:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 17:52:02 +0530 |
commit | 40bf5aa790004178ad315328e4d75bf9af0a4451 (patch) | |
tree | 47740cdd1e8d61dc2a6b913e66de49f8dcccbcb0 | |
parent | b822923b706d6d2c5206451040f51a8c2f961353 (diff) |
Update REDME.md
Grammar correction.
-rw-r--r-- | g3doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g3doc/README.md b/g3doc/README.md index dc4179037..5e23aa5ec 100644 --- a/g3doc/README.md +++ b/g3doc/README.md @@ -23,7 +23,7 @@ links below to see detailed instructions for each of them: gVisor provides a virtualized environment in order to sandbox containers. The system interfaces normally implemented by the host kernel are moved into a -distinct, per-sandbox application kernel in order to minimize the risk of an +distinct, per-sandbox application kernel in order to minimize the risk of a container escape exploit. gVisor does not introduce large fixed overheads however, and still retains a process-like model with respect to resource utilization. |