diff options
author | Kevin Krakauer <krakauer@google.com> | 2019-03-21 11:53:11 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-21 11:54:10 -0700 |
commit | ba937d74f9a69893cde8c7e8cb9c2d1cdadb2b70 (patch) | |
tree | 271f52288f010a2eee1df53c7cca64cec3b80dda /README.md | |
parent | 064fda1a759fa3e73d25da3fd535d256ac8ccfb0 (diff) |
Address typos from github.
https://github.com/google/gvisor/pull/132
PiperOrigin-RevId: 239641377
Change-Id: I7ba6b57730800cc98496c83cb643e70ec902ed3d
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,8 +157,8 @@ There are several factors influencing performance. The platform choice has the largest direct impact that varies depending on the specific workload. There is no best platform: Ptrace works universally, including on VM instances, but applications may perform at a fraction of their original levels. Beyond the -platform choice, passthrough modes may be useful for improving perfomance at the -cost of some isolation. +platform choice, passthrough modes may be useful for improving performance at +the cost of some isolation. ## Installation |