summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
diff options
context:
space:
mode:
authorChristopher Koch <chrisko@google.com>2018-12-11 12:05:17 -0800
committerShentubot <shentubot@google.com>2018-12-11 12:06:14 -0800
commitcbe3c20e4e267f6e5c8cf36ee281a25ebd4d5ff2 (patch)
tree65f3af0efd7a4919a15d4f4a8a7463fbff71f194 /test/syscalls
parent5934fad1d781f13d04184c7585014a98a3b86958 (diff)
Fix typo.
PiperOrigin-RevId: 225046313 Change-Id: I95fe9c353a5bec13e6ad99094b7741a0e160e4d0
Diffstat (limited to 'test/syscalls')
-rw-r--r--test/syscalls/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/README.md b/test/syscalls/README.md
index 3c5c2afff..9adbf84c0 100644
--- a/test/syscalls/README.md
+++ b/test/syscalls/README.md
@@ -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