summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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