summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-04-08 17:34:48 -0700
committerShentubot <shentubot@google.com>2019-04-08 17:35:51 -0700
commit05979a7547fc645df2cf48f816e521d76f40f31d (patch)
tree98cb0df0dbffb0d9e0f91b2bed1908cb88911a89 /test
parent9471c013483b0709479c51d470ac840621ae7d46 (diff)
Internal change
PiperOrigin-RevId: 242573252 Change-Id: Ibb4c6bfae2c2e322bf1cec23181a0ab663d8530a
Diffstat (limited to 'test')
-rw-r--r--test/syscalls/linux/proc.cc2
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)),