diff options
author | Michael Pratt <mpratt@google.com> | 2018-12-11 12:56:06 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-11 12:57:09 -0800 |
commit | 437f567ff7e6e3f86c97e290035911f7158276bf (patch) | |
tree | 74333bf13b1019b9244f252ef8c836237f7be9b1 /test/syscalls | |
parent | cbe3c20e4e267f6e5c8cf36ee281a25ebd4d5ff2 (diff) |
Fix README typos
PiperOrigin-RevId: 225054712
Change-Id: I26e8bc3ef04fe96a4640e50ba4b635d4aa72cc50
Diffstat (limited to 'test/syscalls')
-rw-r--r-- | test/syscalls/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/README.md b/test/syscalls/README.md index 9adbf84c0..c72aaf9bc 100644 --- a/test/syscalls/README.md +++ b/test/syscalls/README.md @@ -86,7 +86,7 @@ SyscallFailsWithErrno(...) The test utilties are written as RAII classes. These utilities should be preferred over custom test harnesses. -Local class instances should be preferred, whereever possible, over full test +Local class instances should be preferred, wherever possible, over full test fixtures. A test utility should be created when there is more than one test that requires |