From cbe3c20e4e267f6e5c8cf36ee281a25ebd4d5ff2 Mon Sep 17 00:00:00 2001 From: Christopher Koch Date: Tue, 11 Dec 2018 12:05:17 -0800 Subject: Fix typo. PiperOrigin-RevId: 225046313 Change-Id: I95fe9c353a5bec13e6ad99094b7741a0e160e4d0 --- test/syscalls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3