diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/linux/proc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/proc.cc b/test/syscalls/linux/proc.cc index 5b52ed71a..337d9e3f4 100644 --- a/test/syscalls/linux/proc.cc +++ b/test/syscalls/linux/proc.cc @@ -1377,7 +1377,7 @@ TEST(ProcPidFile, SubprocessZombie) { char buf[1]; // 4.17: Succeeds and returns 1 - // gVisor: Succeds and returns 0 + // gVisor: Succeeds and returns 0 EXPECT_THAT(ReadWhileZombied("auxv", buf, sizeof(buf)), SyscallSucceeds()); EXPECT_THAT(ReadWhileZombied("cmdline", buf, sizeof(buf)), |