Address typos from github.

https://github.com/google/gvisor/pull/132

PiperOrigin-RevId: 239641377
Change-Id: I7ba6b57730800cc98496c83cb643e70ec902ed3d
This commit is contained in:
Kevin Krakauer
2019-03-21 11:54:10 -07:00
committed by Shentubot
parent 064fda1a75
commit ba937d74f9
+2 -2
View File
@@ -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