diff compiler-rt/test/tsan/fd_dup_norace2.cpp @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children
line wrap: on
line diff
--- a/compiler-rt/test/tsan/fd_dup_norace2.cpp	Wed Jul 21 10:27:27 2021 +0900
+++ b/compiler-rt/test/tsan/fd_dup_norace2.cpp	Wed Nov 09 17:45:10 2022 +0900
@@ -17,7 +17,7 @@
   char buf;
   int n = read(fd, &buf, 1);
   if (n != 1) {
-    // This read can "legitimately" fail regadless of the fact that glibc claims
+    // This read can "legitimately" fail regardless of the fact that glibc claims
     // that "there is no instant in the middle of calling dup2 at which new is
     // closed and not yet a duplicate of old". Strace of the failing runs
     // looks as follows: