Fix typo.

PiperOrigin-RevId: 225046313
Change-Id: I95fe9c353a5bec13e6ad99094b7741a0e160e4d0
This commit is contained in:
Christopher Koch
2018-12-11 12:06:14 -08:00
committed by Shentubot
parent 5934fad1d7
commit cbe3c20e4e
+1 -1
View File
@@ -1,7 +1,7 @@
# gVisor system call test suite
This is a test suite for Linux system calls. It runs under both gVisor and
Linux, and ensures compatability between the two.
Linux, and ensures compatibility between the two.
When adding support for a new syscall (or syscall argument) to gVisor, a
corresponding syscall test should be added. It's usually recommended to write